放弃画3d,修改平台代码

This commit is contained in:
xsl
2025-09-18 11:40:35 +08:00
parent fc9f9d7054
commit 203b211bde
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class Window
Mode mode = Mode::Default;
bool resizable = true;
Vsync vsync = Vsync::Default;
Extent extent = {1280, 720};
Extent extent = {480, 480};
};
/**