Skip to content

Commit

Permalink
pielighting.cpp: Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed May 10, 2024
1 parent 1eebd0e commit 0bcfcdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ivis_opengl/pielighting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void renderingNew::LightingManager::ComputeFrameData(const LightingData& data, L
size_t lightsCombined = 0;
size_t lightsSkipped = 0;
size_t tinyLightsSkipped = 0;

culledLights.clear();
for (const auto& light : data.lights)
{
Expand All @@ -184,7 +184,7 @@ void renderingNew::LightingManager::ComputeFrameData(const LightingData& data, L
{
continue;
}

if (light.range >= minLightRange)
{
std::pair<int32_t, int32_t> lightTileCoords(pielight_maptile_coord(light.position.x), pielight_maptile_coord(light.position.y));
Expand Down

0 comments on commit 0bcfcdb

Please sign in to comment.