fix: freeing surface that is not created

This commit is contained in:
2026-02-25 09:43:05 +01:00
parent 8788706c0d
commit 33e9586487
6 changed files with 17 additions and 4 deletions

6
generate.bat Normal file
View File

@@ -0,0 +1,6 @@
echo Generating vs2022 project files...
.\vendor\premake\windows\premake5.exe vs2022
echo Generating compile_commands.json with premake-ecc
.\vendor\premake\windows\premake5.exe ecc
echo Done
PAUSE