Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
redthing1 committed Jul 30, 2020
1 parent 5d6228a commit 9a50161
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/re/gfx/lighting.d
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ class SceneLightManager : Manager, Updatable {
cast(float) light.color.b / cast(float) 255,
cast(float) light.color.a / cast(float) 255
];
raylib.SetShaderValue(shader, light.colorLoc, &color, raylib.ShaderUniformDataType.UNIFORM_VEC4);
raylib.SetShaderValue(shader, light.colorLoc, &color,
raylib.ShaderUniformDataType.UNIFORM_VEC4);
}
}

Expand Down

0 comments on commit 9a50161

Please sign in to comment.