mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
sys: Fixed resize cursors not appearing in non-borderless window mode
This commit is contained in:
@@ -242,7 +242,7 @@ namespace hex::plugin::builtin {
|
||||
return false;
|
||||
}
|
||||
|
||||
std::array<float, 4> m_currColor;
|
||||
std::array<float, 4> m_currColor = { 0 };
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user