diff Texture.cpp @ 1980:c1c74df0a33e

changing most of auto types to their actual types
author Grumpy7
date Wed, 30 Oct 2013 00:47:37 -0700
parents 7954c2f385b5
children 259df09dfb50
line wrap: on
line diff
--- a/Texture.cpp	Mon Oct 28 22:16:42 2013 -0700
+++ b/Texture.cpp	Wed Oct 30 00:47:37 2013 -0700
@@ -1171,7 +1171,7 @@
 
 
 
-      auto pOutPixels = pPixels;
+      ushort* pOutPixels = pPixels;
  
  memset(pOutPixels, 0, uNumPixels * sizeof(__int16));