summaryrefslogtreecommitdiff
path: root/examples/Info/InfoExamplePlugin.cpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-09-18 00:17:18 +0200
committerfalkTX <falktx@gmail.com>2018-09-18 00:17:18 +0200
commit2ad209cb73a803aadcfe4fc4454a30c0a2daf40a (patch)
treea84d3f179e030782eeb74e16a077b0a2bb0760fe /examples/Info/InfoExamplePlugin.cpp
parent85d365bcbc4f90ceb1420bf75811ed821501c3d8 (diff)
Cleanup makefiles a bit more, and fix more warnings
Diffstat (limited to 'examples/Info/InfoExamplePlugin.cpp')
-rw-r--r--examples/Info/InfoExamplePlugin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Info/InfoExamplePlugin.cpp b/examples/Info/InfoExamplePlugin.cpp
index f9a508b5..1ffa74ac 100644
--- a/examples/Info/InfoExamplePlugin.cpp
+++ b/examples/Info/InfoExamplePlugin.cpp
@@ -220,9 +220,9 @@ protected:
const TimePosition& timePos(getTimePosition());
// set basic values
- fParameters[kParameterTimePlaying] = timePos.playing ? 1.0f : 0.0f;
- fParameters[kParameterTimeFrame] = timePos.frame;
- fParameters[kParameterTimeValidBBT] = timePos.bbt.valid ? 1.0f : 0.0f;
+ fParameters[kParameterTimePlaying] = timePos.playing ? 1.0f : 0.0f;
+ fParameters[kParameterTimeFrame] = timePos.frame;
+ fParameters[kParameterTimeValidBBT] = timePos.bbt.valid ? 1.0f : 0.0f;
// set bbt
if (timePos.bbt.valid)