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 01d00ac commit 6a42d27Copy full SHA for 6a42d27
strobe/strobe-core_cpp_.h
@@ -127,7 +127,7 @@ inline bool StrobeCore::strobe(void)
127
{
128
double difference = strobeTimer.elapsedSeconds() - timerSnapshot;
129
130
- if (difference >= switchInterval) // Basic timer
+ if (difference >= switchInterval)
131
132
frameState = (FrameState)(frameState ^ PHASE_INVERTED);
133
timerSnapshot = strobeTimer.elapsedSeconds();
0 commit comments