Marco Bellan 9 anni fa
parent
commit
d0f8818e34
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Source/BansheeEditor/Include/BsScenePicking.h

+ 1 - 1
Source/BansheeEditor/Include/BsScenePicking.h

@@ -151,7 +151,7 @@ namespace BansheeEngine
 	private:
 		friend class ScenePicking;
 
-		SPtr<MultiRenderTextureCore> mNormalsTexture;
+		SPtr<MultiRenderTextureCore> mPickingTexture;
 
 		static const float ALPHA_CUTOFF;