DarthVernus
Results
4
comments of
DarthVernus
~0.5s. os: Windows 7 Krom from Kode Studio 18.11. I know that Kha and Krom are outdated in this release. But Armory3d uses a more recent version and has the...
Ah, that's exactly what I did.
Here is what i did: ``` bool enableSound = true; else if (strcmp(argv[i], "--nosound") == 0) { enableSound = false; } ```