mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix: Always allow adding more images
This commit is contained in:
parent
b8f93bdcea
commit
11f6ac6f38
|
@ -2840,8 +2840,8 @@ void CEditor::RenderImages(CUIRect ToolBox, CUIRect ToolBar, CUIRect View)
|
|||
Graphics()->LinesEnd();
|
||||
}
|
||||
|
||||
if(ImageCur + 27.0f > ImageStopAt)
|
||||
return;
|
||||
//if(ImageCur + 27.0f > ImageStopAt)
|
||||
// return;
|
||||
|
||||
CUIRect Slot;
|
||||
ToolBox.HSplitTop(5.0f, &Slot, &ToolBox);
|
||||
|
|
Loading…
Reference in a new issue