2
0
Nicolas Cannasse 1 жил өмнө
parent
commit
e9ed07ddf5

+ 3 - 1
hxd/impl/AppContext.hx

@@ -1,5 +1,6 @@
 package hxd.impl;
 package hxd.impl;
 
 
+#if hl
 /**
 /**
 	Create an app context to allow multiple apps to run in parallel.
 	Create an app context to allow multiple apps to run in parallel.
 	Requires compilation with -D multidriver
 	Requires compilation with -D multidriver
@@ -61,4 +62,5 @@ class AppContext {
 				c.engine.setCurrent();
 				c.engine.setCurrent();
 	}
 	}
 
 
-}
+}
+#end