2
0
Эх сурвалжийг харах

Editor: Fixed error when selecting scene. See #10305.

Mr.doob 8 жил өмнө
parent
commit
3e24f2f21c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      editor/js/Viewport.js

+ 1 - 1
editor/js/Viewport.js

@@ -381,7 +381,7 @@ var Viewport = function ( editor ) {
 		selectionBox.visible = false;
 		transformControls.detach();
 
-		if ( object !== null ) {
+		if ( object !== null && object !== scene ) {
 
 			box.setFromObject( object );