Przeglądaj źródła

Added error on method call

Marco Bellan 9 lat temu
rodzic
commit
84388f53f7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Source/BansheeCore/Source/BsPixelUtil.cpp

+ 1 - 1
Source/BansheeCore/Source/BsPixelUtil.cpp

@@ -1365,7 +1365,7 @@ namespace BansheeEngine
 			LOGERR("Cannot convert depth to " + getFormatName(format) + ": it is not a depth format");
 			return;
 		}
-			
+		LOGERR("Method is not implemented");	
 		//TODO implement depth packing
 
 	}