flashflashrevolution / rCubed

Official Flash Flash Revolution game engine.
https://www.flashflashrevolution.com
GNU Affero General Public License v3.0
31 stars 17 forks source link

Add vsync build flag to help with Hybrid Builds. #205

Closed Psycast closed 4 years ago

Psycast commented 4 years ago

Air 26 doesn't support vsync, which was added in Air 31. This provides a compiler flag to exclude vsync features so older 0.0.8 style builds can be more easily compiled.

The useVSyncCheckbox variable is intentionally left in the PopupOptions as it produces cleaner code without affecting anything.