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