You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆙 fix some metrics
This commit is contained in:
+1
@@ -28,6 +28,7 @@ export class FurnitureDynamicThumbnailVisualization extends IsometricImageFurniV
|
||||
if (image.complete && image.width > 0 && image.height > 0) {
|
||||
const texture = Texture.from(image);
|
||||
texture.source.scaleMode = 'linear';
|
||||
|
||||
this.setThumbnailImages(texture, thumbnailUrl);
|
||||
} else {
|
||||
this.setThumbnailImages(null);
|
||||
|
||||
Reference in New Issue
Block a user