Skip to content

Commit

Permalink
Update LightmapBuilder.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nerudaj committed Dec 28, 2023
1 parent ad7e509 commit 6b01b58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib-game/include/builder/LightmapBuilder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,4 @@ class LightmapBuilder final
std::vector<LightType>& data,
const sf::Vector2u& dataSize,
const std::vector<bool>& blockingTiles);

static void mergeLightmaps(
const std::vector<LightType>& source,
std::vector<LightType>& destination);
};

0 comments on commit 6b01b58

Please sign in to comment.