v0.7.4b: fixed level visuals rarely using an old camera

This commit is contained in:
Evan Debenham 2019-08-07 16:24:21 -04:00
parent 0386ecf783
commit bb0805856b

View File

@ -471,6 +471,7 @@ public abstract class Level implements Bundlable {
visuals = new Group(); visuals = new Group();
} else { } else {
visuals.clear(); visuals.clear();
visuals.camera = null;
} }
for (int i=0; i < length(); i++) { for (int i=0; i < length(); i++) {
if (pit[i]) { if (pit[i]) {