1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

ignore camera deserialization errors

This commit is contained in:
dengr1065 2020-05-26 18:23:14 +03:00
parent 86e29fb34b
commit 98f7148fb0

View File

@ -131,9 +131,9 @@ export class Camera extends BasicSerializableObject {
deserialize(data) {
const errorCode = super.deserialize(data);
if (errorCode) {
return errorCode;
}
// if (errorCode) {
// return errorCode;
// }
// Safety
this.clampZoomLevel();