luboslenco před 1 rokem
rodič
revize
3d8a621074
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      base/Sources/arm/io/ExportArm.hx
  2. 1 1
      base/Sources/arm/ui/UIBox.hx

+ 1 - 1
base/Sources/arm/io/ExportArm.hx

@@ -182,7 +182,7 @@ class ExportArm {
 		#if (krom_metal || krom_vulkan)
 		#if (krom_metal || krom_vulkan)
 		bgraSwap(mesh_icon_pixels);
 		bgraSwap(mesh_icon_pixels);
 		#end
 		#end
-		App.notifyOnNextFrame(function() {
+		Base.notifyOnNextFrame(function() {
 			mesh_icon.unload();
 			mesh_icon.unload();
 		});
 		});
 		// Project.raw.mesh_icons =
 		// Project.raw.mesh_icons =

+ 1 - 1
base/Sources/arm/ui/UIBox.hx

@@ -164,7 +164,7 @@ class UIBox {
 		Tween.reset();
 		Tween.reset();
 		Tween.to({target: UIBox, props: { tweenAlpha: 0.5 }, duration: 0.2, ease: Ease.ExpoOut});
 		Tween.to({target: UIBox, props: { tweenAlpha: 0.5 }, duration: 0.2, ease: Ease.ExpoOut});
 		UIBox.hwnd.dragY = Std.int(System.height / 2);
 		UIBox.hwnd.dragY = Std.int(System.height / 2);
-		Tween.to({target: UIBox.hwnd, props: { dragY: 0 }, duration: 0.2, ease: Ease.ExpoOut, tick: function() { App.redrawUI(); }});
+		Tween.to({target: UIBox.hwnd, props: { dragY: 0 }, duration: 0.2, ease: Ease.ExpoOut, tick: function() { Base.redrawUI(); }});
 	}
 	}
 
 
 	static function tweenOut() {
 	static function tweenOut() {