sys: Fixed resize cursors not appearing in non-borderless window mode

This commit is contained in:
WerWolv
2022-08-04 09:46:17 +02:00
parent de386a9927
commit be37228dc6
4 changed files with 24 additions and 4 deletions

View File

@@ -242,7 +242,7 @@ namespace hex::plugin::builtin {
return false;
}
std::array<float, 4> m_currColor;
std::array<float, 4> m_currColor = { 0 };
};