🆙 small fix

This commit is contained in:
duckietm
2026-03-09 10:54:18 +01:00
parent 427c646aff
commit 9d519a8446
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -357,9 +357,9 @@ export class RoomEngine implements IRoomEngine, IRoomCreator, IRoomEngineService
let direction: IVector3D = null;
if(doorDirection === 90) direction = new Vector3d(-2000, 0, 0);
if(doorDirection === 90) direction = new Vector3d(-3000, 0, 0);
if(doorDirection === 180) direction = new Vector3d(0, -2000, 0);
if(doorDirection === 180) direction = new Vector3d(0, -3000, 0);
canvas.geometry.setDisplacement(vector, direction);