From a29297f450b77cd802564092b4714a335b63ca23 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 12 Jul 2018 12:35:45 -0700 Subject: [PATCH] Minor tweak --- templates/haxe/ApplicationMain.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haxe/ApplicationMain.hx b/templates/haxe/ApplicationMain.hx index 2c9ad1e07..029fa68f7 100644 --- a/templates/haxe/ApplicationMain.hx +++ b/templates/haxe/ApplicationMain.hx @@ -98,7 +98,7 @@ import ::APP_MAIN::; app.createWindow (attributes); ::end:: - #elseif flash + #elseif !air app.window.context.attributes.background = ::WIN_BACKGROUND::; app.window.frameRate = ::WIN_FPS::;