Complete main menu without event bindings.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user