diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c index 20e844a..7113461 100644 --- a/src/common.c +++ b/src/common.c @@ -50,6 +50,7 @@ puglNewWorld(PuglWorldType type, PuglWorldFlags flags) } world->startTime = puglGetTime(world); + world->type = type; puglSetString(&world->className, "Pugl"); |