Prechádzať zdrojové kódy

Editor: Fixed camera name is always 'Camera' when recovering from indexedDB (#28309)

* recover camera name from IDB

* update
ycw 1 rok pred
rodič
commit
241a542e90
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      editor/js/Viewport.Controls.js

+ 2 - 0
editor/js/Viewport.Controls.js

@@ -77,6 +77,8 @@ function ViewportControls( editor ) {
 
 	} );
 
+	signals.cameraResetted.add( update );
+
 	update();
 
 	//