Remove useless field in single texture instance

This commit is contained in:
Vincent Lejeune 2014-09-19 19:58:28 +02:00
parent 12977c3764
commit f526d194dc

View File

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