Skip to content

Commit

Permalink
renderer: Comment out currently unused param.
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Dec 13, 2023
1 parent 2b92154 commit 0777dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libopenage/renderer/stages/terrain/terrain_chunk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void TerrainChunk::set_render_entity(const std::shared_ptr<TerrainRenderEntity>
this->render_entity = entity;
}

void TerrainChunk::fetch_updates(const time::time_t &time) {
void TerrainChunk::fetch_updates(const time::time_t & /* time */) {
// TODO: Don't create model if render entity is not set
if (not this->render_entity) {
return;
Expand Down

0 comments on commit 0777dbc

Please sign in to comment.