ci: tests for macOS on Gitlab CI
[nit.git] / lib / gamnit / gamnit_linux.nit
index b86f8e5..7dd853a 100644 (file)
@@ -46,6 +46,14 @@ redef class App
                        accept_event gamnit_event
                end
        end
+
+       redef fun on_create
+       do
+               super
+               create_display
+               create_gamnit
+               create_scene
+       end
 end
 
 redef class GamnitDisplay