summaryrefslogtreecommitdiff
path: root/pugl.js
diff options
context:
space:
mode:
Diffstat (limited to 'pugl.js')
-rw-r--r--pugl.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/pugl.js b/pugl.js
index 7361fdb..76796db 100644
--- a/pugl.js
+++ b/pugl.js
@@ -2391,7 +2391,10 @@ function load_most_recent_or_create_new() {
load = id;
}
}
+ } else {
+ creation_metadata = {};
}
+
if (load) {
load_creation(load);
} else {