Fix Windows x64 type inconsistency regarding RageTexture

This commit is contained in:
Prcuvu
2019-10-03 08:58:14 +08:00
parent 7e96188088
commit 54c067f48d
18 changed files with 107 additions and 105 deletions
+2 -2
View File
@@ -132,10 +132,10 @@ public:
m_iImageWidth = m_iImageHeight = 1;
CreateFrameRects();
}
unsigned GetTexHandle() const { return m_uTexHandle; }
uintptr_t GetTexHandle() const { return m_uTexHandle; }
private:
unsigned m_uTexHandle;
uintptr_t m_uTexHandle;
};
// Load and unload textures from disk.