We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb54aa9 commit b6d78d4Copy full SHA for b6d78d4
flixel/FlxCamera.hx
@@ -356,7 +356,7 @@ class FlxCamera extends FlxBasic
356
public var followLead(default, null):FlxPoint = FlxPoint.get();
357
358
/**
359
- * Enables or disables the filters set via `setFilters()`.
+ * Enables or disables the filters set via the `filters` array.
360
*/
361
public var filtersEnabled:Bool = true;
362
0 commit comments