Complete main menu without event bindings.

This commit is contained in:
2015-09-25 01:26:47 +02:00
parent b83de44715
commit 5f1963b8bc
40 changed files with 627 additions and 496 deletions
+3
View File
@@ -31,6 +31,9 @@ dd::Texture::Texture(std::string path)
}
}
this->Width = image->Width;
this->Height = image->Height;
GLint format;
switch (image->Format) {
case Image::ImageFormat::RGB: