fix duplicate variable in TextureResource

This commit is contained in:
Lendemor 2018-05-30 21:32:20 +02:00
parent 5a2e309b41
commit 5ad3a94927

View File

@ -54,7 +54,7 @@ struct NewResourcePack
class TextureResource : public ResourceInterface class TextureResource : public ResourceInterface
{ {
std::string m_name; // std::string m_name;
std::string m_path; std::string m_path;
int m_bitsPerPixel; int m_bitsPerPixel;
bool m_isVerticallyReversed; bool m_isVerticallyReversed;