mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fix style script
This commit is contained in:
parent
76f3dbfe64
commit
fb3b40917a
|
@ -6108,7 +6108,7 @@ void CEditor::Render()
|
|||
}
|
||||
|
||||
m_ZoomLevel = clamp(m_ZoomLevel, 50, 2000);
|
||||
m_WorldZoom = m_ZoomLevel/100.0f;
|
||||
m_WorldZoom = m_ZoomLevel / 100.0f;
|
||||
|
||||
if(m_GuiActive)
|
||||
RenderStatusbar(StatusBar);
|
||||
|
|
Loading…
Reference in a new issue