Replies: 1 comment
-
Those are warnings, not errors they won't prevent your game from building successfully. It's suggesting a new way to do what you want, because future updates may remove the old way. Show us what you're trying to do with cameras and we can help you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to compile my mod to html5 but it keeps giving me the error:
source/DiffOverview.hx:66: characters 3-39 : Warning : "FlxCamera.defaultCameras" is deprecated, use "FlxG.cameras.setDefaultDrawTarget" instead source/GameplayCustomizeState.hx:81: characters 3-39 : Warning : "FlxCamera.defaultCameras" is deprecated, use "FlxG.cameras.setDefaultDrawTarget" instead source/PlayState.hx:437: characters 3-39 : Warning : "FlxCamera.defaultCameras" is deprecated, use "FlxG.cameras.setDefaultDrawTarget" instead source/Replay.hx:103: characters 16-35 : Warning : Usage of this field is deprecated source/StageDebugState.hx:104: characters 3-39 : Warning : "FlxCamera.defaultCameras" is deprecated, use "FlxG.cameras.setDefaultDrawTarget" instead
Beta Was this translation helpful? Give feedback.
All reactions