ApplicationMain: ensure that AIR window initial title is populated
Was incorrectly being set to Lime Application instead
This commit is contained in:
@@ -90,11 +90,11 @@ import ::APP_MAIN::;
|
|||||||
|
|
||||||
app.createWindow(attributes);
|
app.createWindow(attributes);
|
||||||
::end::
|
::end::
|
||||||
#elseif !air
|
#elseif air
|
||||||
|
app.window.title = "::meta.title::";
|
||||||
|
#else
|
||||||
app.window.context.attributes.background = ::WIN_BACKGROUND::;
|
app.window.context.attributes.background = ::WIN_BACKGROUND::;
|
||||||
app.window.frameRate = ::WIN_FPS::;
|
app.window.frameRate = ::WIN_FPS::;
|
||||||
|
|
||||||
#end
|
#end
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user