Formatting correction
This commit is contained in:
parent
f5a734eba9
commit
470baf9208
|
|
@ -465,10 +465,10 @@ void DrawSphereEx(Vector3 centerPos, float radius, int rings, int slices, Color
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RL_FREE(cosring);
|
RL_FREE(cosring);
|
||||||
RL_FREE(sinring);
|
RL_FREE(sinring);
|
||||||
RL_FREE(cosslice);
|
RL_FREE(cosslice);
|
||||||
RL_FREE(sinslice);
|
RL_FREE(sinslice);
|
||||||
|
|
||||||
rlEnd();
|
rlEnd();
|
||||||
rlPopMatrix();
|
rlPopMatrix();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user