mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-31 11:12:35 +01:00
Fix background visualization
This commit is contained in:
parent
03fbeabbd5
commit
6dd2ca03a5
@ -56,4 +56,9 @@ export class FurnitureRoomBackgroundVisualization extends FurnitureBrandedImageV
|
|||||||
{
|
{
|
||||||
return super.getLayerZOffset(scale, direction, layerId) + (-(this._offsetZ));
|
return super.getLayerZOffset(scale, direction, layerId) + (-(this._offsetZ));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected getLayerIgnoreMouse(scale: number, direction: number, layerId: number): boolean
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user