From fa5a1bf2c1656a170e119cdc215793450c64ef84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 9 Jul 2017 17:29:51 -0700 Subject: [PATCH] Cleanup. --- tools/texturev/texturev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 3cde71ecf..ca6005143 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -1205,7 +1205,7 @@ int _main_(int _argc, char** _argv) cmdExec("view rgb g"); } - bool bb = 0 != (view.m_abgr & 0x0000ff00); + bool bb = 0 != (view.m_abgr & 0x00ff0000); if (ImGui::MenuItem("B", NULL, &bb) ) { cmdExec("view rgb b");