mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
parent
f05c56d6ce
commit
8c4a26fa63
|
@ -5518,8 +5518,10 @@ void CEditor::Render()
|
|||
else
|
||||
{
|
||||
// hack to get keyboard inputs from toolbar even when GUI is not active
|
||||
ToolBar.HSplitTop(53.0f, &ToolBar, 0);
|
||||
ToolBar.Margin(-1000, &ToolBar);
|
||||
ToolBar.x = -100;
|
||||
ToolBar.y = -100;
|
||||
ToolBar.w = 50;
|
||||
ToolBar.h = 50;
|
||||
}
|
||||
|
||||
// a little hack for now
|
||||
|
|
Loading…
Reference in a new issue