mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Remove an extraneous comment indicator from DebuggerPanel.cpp in DolphinWX.
Was asked to remove it, so... yeah.
This commit is contained in:
@ -79,7 +79,7 @@ void GFXDebuggerPanel::SaveSettings() const
|
|||||||
|
|
||||||
// TODO: make this work when we close the entire program too, currently on total close we get
|
// TODO: make this work when we close the entire program too, currently on total close we get
|
||||||
// weird values, perhaps because of some conflict with the rendering window
|
// weird values, perhaps because of some conflict with the rendering window
|
||||||
//
|
|
||||||
// TODO: get the screen resolution and make limits from that
|
// TODO: get the screen resolution and make limits from that
|
||||||
if (GetPosition().x < 1000 && GetPosition().y < 1000
|
if (GetPosition().x < 1000 && GetPosition().y < 1000
|
||||||
&& GetSize().GetWidth() < 1000
|
&& GetSize().GetWidth() < 1000
|
||||||
|
Reference in New Issue
Block a user