You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 removed debug logs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user