Fix clang compile.

This commit is contained in:
couriersud 2016-04-17 22:20:08 +02:00
parent ef4f80b4a4
commit 162033204f
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ private:
ImguiFontHandle m_font;
UINT8 m_key_char;
bool m_hide;
unsigned char* font_data;
// unsigned char* font_data;
int m_win_count; // number of active windows, does not decrease, used to ID individual windows
};

View File

@ -52,7 +52,7 @@ public:
private:
std::string m_name;
bgfx::TextureFormat::Enum m_format;
bool m_readback;
//bool m_readback;
bgfx::FrameBufferHandle* m_targets;
bgfx::TextureHandle* m_textures;