Core: Fix array counting

This commit is contained in:
Krzosa Karol
2023-04-21 09:36:33 +02:00
parent 9edb03e1bb
commit ef243724dc
3 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ call "..\misc\compile_setup.bat"
bld --dont_compile_core
cd build
core_main.exe rtsgame/main.core
rem core_main.exe rtsgame/main.core
bld --dont_compile_core --link=vendor/raylib/windows/raylibdll.lib
rem build\generated_main.exe
cd ..