Fix small bug and spacing

This commit is contained in:
victorfisac 2016-05-21 18:22:15 +02:00
parent c320a21f2b
commit dcd6942ed1
3 changed files with 35 additions and 35 deletions

View file

@ -2285,7 +2285,7 @@ void DrawLights(void)
Draw3DLine(lights[i]->position, lights[i]->target, (lights[i]->enabled ? lights[i]->diffuse : BLACK));
DrawSphereWires(lights[i]->position, 0.3f*lights[i]->intensity, 4, 8, (lights[i]->enabled ? lights[i]->diffuse : BLACK));
DrawCubeWires(lights[i]->target, 0.3f, 0.3f, 0.3f, (lights[i]->enabled ? lights[i]->diffuse : BLACK));
}
} break;
case LIGHT_SPOT:
{
Draw3DLine(lights[i]->position, lights[i]->target, (lights[i]->enabled ? lights[i]->diffuse : BLACK));