gamnit: differentiate create_display and recreate_gamnit from create_gamnit
[nit.git] / lib / gamnit / gamnit_linux.nit
index 3818878..7dd853a 100644 (file)
@@ -50,6 +50,7 @@ redef class App
        redef fun on_create
        do
                super
+               create_display
                create_gamnit
                create_scene
        end