From 5ad3a949276c58cc23018ad409991726256622ef Mon Sep 17 00:00:00 2001 From: Lendemor Date: Wed, 30 May 2018 21:32:20 +0200 Subject: [PATCH] fix duplicate variable in TextureResource --- src/tools/newresourcepack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/newresourcepack.h b/src/tools/newresourcepack.h index a667d40..71071d7 100644 --- a/src/tools/newresourcepack.h +++ b/src/tools/newresourcepack.h @@ -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;