2
0
Marc-Sefan Cassola 6 жил өмнө
parent
commit
5082ece88e

+ 1 - 1
src/renderers/WebGLRenderer.js

@@ -1160,7 +1160,7 @@ function WebGLRenderer( parameters ) {
 
 
 		//
 		//
 
 
-		if ( _currentRenderTarget ) {
+		if ( _currentRenderTarget !== null ) {
 
 
 			// Generate mipmap if we're using any kind of mipmap filtering
 			// Generate mipmap if we're using any kind of mipmap filtering