Przeglądaj źródła

[scene-editor] try another fix for icon broken scaling

Clément Espeute 1 rok temu
rodzic
commit
2b2748285f
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      hide/comp/SceneEditor.hx

+ 2 - 0
hide/comp/SceneEditor.hx

@@ -1959,6 +1959,8 @@ class SceneEditor {
 			resetCamera();
 		}
 
+		set_camera2D(camera2D);
+
 		root2d.addChild(cameraController2D);
 		scene.setCurrent();
 		scene.onResize();