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);
|
||||
::end::
|
||||
#elseif !air
|
||||
|
||||
#elseif air
|
||||
app.window.title = "::meta.title::";
|
||||
#else
|
||||
app.window.context.attributes.background = ::WIN_BACKGROUND::;
|
||||
app.window.frameRate = ::WIN_FPS::;
|
||||
|
||||
#end
|
||||
#end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user