removed unused variables

This commit is contained in:
Anakin
2016-11-08 10:31:34 +01:00
parent 0fd3a7f9c8
commit 9c7691df85
2 changed files with 0 additions and 35 deletions

View File

@@ -27,17 +27,6 @@ struct Modl {
Mtyp type;
std::uint32_t renderFlags;
glm::mat4 m4x4Translation;
struct {
float scale[3];
float rotation[4];
float translation[3];
} tran;
struct {
std::uint32_t type;
float data1;
float data2;
float data3;
} swci;
std::string texture;
float* vertex;
float* uv;