Those are really pointers - need those bits.

This commit is contained in:
Ben Vanik
2016-02-18 16:52:52 -08:00
parent 4c4a641096
commit 3bf1c91eaa
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class ImGuiDrawer : public WindowListener {
ImGuiIO& GetIO();
static const uint64_t kIgnoreAlpha = (1ull << 32);
static const uint64_t kIgnoreAlpha = (1ull << 63);
protected:
void Initialize();