We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19839a7 commit 97fbc9eCopy full SHA for 97fbc9e
src/utils.cpp
@@ -22,7 +22,7 @@ void FPS::update() {
22
23
24
double FPS::elapsed() {
25
- double elapsed_secs = double(this->timeStop - this->timeStart) / CLOCKS_PER_SEC;;
+ double elapsed_secs = double(this->timeStop - this->timeStart) / CLOCKS_PER_SEC;
26
return elapsed_secs;
27
}
28
0 commit comments