Removed more Javascript "features"; simplified ur with closures

This commit is contained in:
2023-09-19 22:37:54 +00:00
parent a57aaeb5d5
commit 266ad65ba7
6 changed files with 55 additions and 98 deletions

View File

@@ -73,7 +73,7 @@ static float timescale = 1.f;
static int sim_play = SIM_PLAY;
static int editor_mode = 0;
int editor_mode = 0;
#ifdef __TINYC__
int backtrace(void **buffer, int size) {