Core: Fix assigning to arrays

This commit is contained in:
Krzosa Karol
2023-04-21 09:45:57 +02:00
parent ef243724dc
commit 51cebbf4d0
3 changed files with 53 additions and 48 deletions

View File

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