Browse Source

fix compilation

Nicolas Cannasse 1 year ago
parent
commit
e9ed07ddf5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      hxd/impl/AppContext.hx

+ 3 - 1
hxd/impl/AppContext.hx

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