Update packager

This commit is contained in:
luboslenco
2019-11-30 14:24:26 +01:00
parent 084f9dbce9
commit 9287f40785
12 changed files with 96 additions and 49 deletions
+1
View File
@@ -49,6 +49,7 @@ class Main {
System.start({title: title, window: {width: c.window_w, height: c.window_h, x: c.window_x, y: c.window_y, mode: windowMode, windowFeatures: windowFeatures}, framebuffer: {samplesPerPixel: 1, verticalSync: c.window_vsync}}, function(window:Window) {
iron.App.init(function() {
Scene.setActive("Scene", function(o:Object) {
Config.init();
Uniforms.init();
var path = new RenderPath();
Inc.init(path);