mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 15:06:58 +00:00
🆙 removed debug logs
This commit is contained in:
parent
feda0b3e3a
commit
45bf5aa96f
@ -23,7 +23,6 @@ export class IsometricImageFurniVisualization extends FurnitureAnimatedVisualiza
|
||||
this._thumbnailChanged = false;
|
||||
this._uniqueId = `${Date.now()}-${Math.random().toString(36).substring(2, 9)}`;
|
||||
this._photoUrl = null;
|
||||
this._hasOutline = true;
|
||||
}
|
||||
|
||||
public get hasThumbnailImage(): boolean {
|
||||
@ -33,7 +32,6 @@ export class IsometricImageFurniVisualization extends FurnitureAnimatedVisualiza
|
||||
public setThumbnailImages(k: Texture, url?: string): void {
|
||||
this._thumbnailImageNormal = k;
|
||||
this._photoUrl = url || null;
|
||||
console.log("Set thumbnail - texture:", k, "url:", this._photoUrl);
|
||||
this._thumbnailChanged = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user