Minor formating fixes.
This commit is contained in:
parent
6f53b0c069
commit
4df668e68f
76 changed files with 121 additions and 121 deletions
|
|
@ -11,7 +11,7 @@ class FPSCounter
|
|||
public :
|
||||
FPSCounter();
|
||||
|
||||
// Add a frame to the counter.
|
||||
// Add a frame to the counter.
|
||||
// Should be called whenever a frame has been rendered.
|
||||
void addFrame();
|
||||
|
||||
|
|
@ -44,4 +44,4 @@ private :
|
|||
|
||||
} // namespace sp
|
||||
|
||||
#endif /* SPECTRE_FPS_COUNTER_H */
|
||||
#endif /* SPECTRE_FPS_COUNTER_H */
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@ protected :
|
|||
|
||||
} // namespace sp
|
||||
|
||||
#endif /* SPECTRE_GAME_TIME_H */
|
||||
#endif /* SPECTRE_GAME_TIME_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue