Remove useless field in single texture instance

This commit is contained in:
Vincent Lejeune 2014-09-19 19:58:28 +02:00
parent 000b427f58
commit 5e64be41c6

View File

@ -42,7 +42,6 @@ struct InstanceDataSingleTex
float Z;
} Scale;
uint64_t Texture;
uint64_t SecondTexture;
#ifdef WIN32
};
#else