Marco Bellan 9 лет назад
Родитель
Сommit
d0f8818e34
1 измененных файлов с 1 добавлено и 1 удалено
  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;