Skip to content

Commit 97fbc9e

Browse files
committed
Fix/rm colon
1 parent 19839a7 commit 97fbc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void FPS::update() {
2222

2323

2424
double FPS::elapsed() {
25-
double elapsed_secs = double(this->timeStop - this->timeStart) / CLOCKS_PER_SEC;;
25+
double elapsed_secs = double(this->timeStop - this->timeStart) / CLOCKS_PER_SEC;
2626
return elapsed_secs;
2727
}
2828

0 commit comments

Comments
 (0)