mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Allow opening a scene on launch
+ don't resize on load/new scene
This commit is contained in:
@@ -8,7 +8,7 @@ namespace GlitchyEngine
|
||||
class Program
|
||||
{
|
||||
[LinkName("CreateApplication")]
|
||||
static extern Application CreateApplication();
|
||||
static extern Application CreateApplication(String[] args);
|
||||
|
||||
public static int Main(String[] args)
|
||||
{
|
||||
@@ -23,7 +23,7 @@ namespace GlitchyEngine
|
||||
|
||||
Stopwatch initWatch = scope Stopwatch();
|
||||
|
||||
app = CreateApplication();
|
||||
app = CreateApplication(args);
|
||||
|
||||
initWatch.Stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user