mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
Fix style in render.cpp
This commit is contained in:
parent
a050370055
commit
1347537561
|
@ -178,7 +178,7 @@ void CRenderTools::DrawRoundRectExt(float x, float y, float w, float h, float r,
|
|||
const int Num = 8;
|
||||
|
||||
IGraphics::CFreeformItem ArrayF[Num * 4];
|
||||
|
||||
|
||||
for(int i = 0; i < Num; i += 2)
|
||||
{
|
||||
float a1 = i / (float)Num * pi / 2;
|
||||
|
|
Loading…
Reference in a new issue