@@ -55,7 +55,6 @@ export class ReeGame {
}
-
private updateObjects(obj: Object3D) {
if ("update" in obj && (typeof obj["update"] == "function")) {