fix duplicate variable in TextureResource
This commit is contained in:
parent
5a2e309b41
commit
5ad3a94927
@ -54,7 +54,7 @@ struct NewResourcePack
|
||||
|
||||
class TextureResource : public ResourceInterface
|
||||
{
|
||||
std::string m_name;
|
||||
// std::string m_name;
|
||||
std::string m_path;
|
||||
int m_bitsPerPixel;
|
||||
bool m_isVerticallyReversed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user