Remove end-line spaces

This commit is contained in:
Ray
2019-02-21 18:44:46 +01:00
parent ed0ed131b0
commit 62514f2d6d
2 changed files with 160 additions and 160 deletions

View File

@ -446,7 +446,7 @@ static const unsigned int RICONS[1536] = {
void DrawIcon(int iconId, Vector2 position, int pixelSize, Color color)
{
#define BIT_CHECK(a,b) ((a) & (1<<(b)))
for (int i = 0, y = 0; i < RICONS_SIZE*RICONS_SIZE/32; i++)
{
for (int k = 0; k < 32; k++)