Skip to content

Commit

Permalink
fix comment indent with tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Dec 15, 2023
1 parent 0777dbc commit 7cb65e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libopenage/gamestate/terrain.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ class Terrain {

/**
* Attach a renderer which enables graphical display.
*
* TODO: We currently have to do attach this here too in addition to the terrain
* factory because the renderer gets attached AFTER the terrain is
* already created. In the future, the game should wait for the renderer
* before creating the terrain.
*
* TODO: We currently have to do attach this here too in addition to the terrain
* factory because the renderer gets attached AFTER the terrain is
* already created. In the future, the game should wait for the renderer
* before creating the terrain.
*
* @param render_factory Factory for creating connector objects for gamestate->renderer
* communication.
Expand Down

0 comments on commit 7cb65e5

Please sign in to comment.