Browse Source

minor : fixed f7 mark bug.

Nicolas Cannasse 19 years ago
parent
commit
72f9b28211
1 changed files with 3 additions and 0 deletions
  1. 3 0
      std/flash/Boot.hx

+ 3 - 0
std/flash/Boot.hx

@@ -225,6 +225,9 @@ class Boot {
 					return null;
 				return x;
 			};
+			// create flash package (in for FP7 mark support)
+			if( _global["flash"] == null )
+				_global["flash"] = __new__(obj);
 		}
 		// create the array stack
 		if( exc == null )