2
0
Эх сурвалжийг харах

fixed : use default "flash" package (either in current or in _global).

Nicolas Cannasse 19 жил өмнө
parent
commit
223873b3f7
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      std/flash/Boot.hx

+ 0 - 1
std/flash/Boot.hx

@@ -142,7 +142,6 @@ class Boot {
 	private static function __init(current) {
 		untyped {
 			var obj = _global["Object"];
-			var flash = current["flash"];
 			if( flash.text == null )
 				flash.text = __new__(obj);
 			flash.text.StyleSheet = TextField["StyleSheet"];