Apply formating to all files. CLeanup
This commit is contained in:
parent
b4ae5dde77
commit
91fb72bd49
928 changed files with 14515 additions and 21479 deletions
|
|
@ -15,7 +15,6 @@ namespace tp {
|
|||
time_ms mDuration;
|
||||
|
||||
public:
|
||||
|
||||
Timer();
|
||||
explicit Timer(time_ms time);
|
||||
|
||||
|
|
@ -41,7 +40,8 @@ namespace tp {
|
|||
Timer time;
|
||||
halni fps = 0;
|
||||
|
||||
FpsCounter() : time(1000) {}
|
||||
FpsCounter() :
|
||||
time(1000) {}
|
||||
|
||||
void update(bool log = true) {
|
||||
frames++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue