Add os.args to demo.

This commit is contained in:
Jeroen van Rijn
2023-11-27 21:01:27 +01:00
parent f79efd43e4
commit 4aa8834d39
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ call build_vendor.bat
if %errorlevel% neq 0 goto end_of_build
rem If the demo doesn't run for you and your CPU is more than a decade old, try -microarch:native
if %release_mode% EQU 0 odin run examples/demo
if %release_mode% EQU 0 odin run examples/demo -- Hellope World
del *.obj > NUL 2> NUL