|
@@ -30,7 +30,8 @@ function AppCore::create( %this )
|
|
|
exec("./scripts/canvas.cs");
|
|
|
|
|
|
// Initialize the canvas
|
|
|
- %this.initializeCanvas(%this.Project);
|
|
|
+ %module = ModuleDatabase.findModule("AppCore", 1);
|
|
|
+ %this.initializeCanvas(%module.Project);
|
|
|
|
|
|
// Load other modules
|
|
|
ModuleDatabase.loadGroup("launch");
|