This commit is contained in:
luboslenco
2024-01-21 15:18:44 +01:00
parent 39b94bf642
commit a40793a6e0
60 changed files with 1315 additions and 1316 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class Args {
ImportAsset.run(Args.assetPath, -1, -1, false);
///if is_paint
if (Path.isTexture(Args.assetPath)) {
UIBase.inst.show2DView(View2DType.View2DAsset);
UIBase.show2DView(View2DType.View2DAsset);
}
///end
}