Skip to content

Commit b6d78d4

Browse files
authored
Fix mention of removed setFilters() function (#3412)
1 parent cb54aa9 commit b6d78d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flixel/FlxCamera.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ class FlxCamera extends FlxBasic
356356
public var followLead(default, null):FlxPoint = FlxPoint.get();
357357

358358
/**
359-
* Enables or disables the filters set via `setFilters()`.
359+
* Enables or disables the filters set via the `filters` array.
360360
*/
361361
public var filtersEnabled:Bool = true;
362362

0 commit comments

Comments
 (0)