sethballantyne / Plexis

A Breakout clone written in C++/CLI using DirectX 8, complete with level editor written in C#.
MIT License
2 stars 0 forks source link

Message boxes aren't always in focus #83

Closed sethballantyne closed 5 years ago

sethballantyne commented 5 years ago

When a message box is displayed via the log manager, the resulting message box isn't always in focus and appears hidden behind the game window, sometimes you don't even know it's been created because of this. Fix it so it's always in focus and appears above the game window.