summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/suppressor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/suppressor.cpp')
-rw-r--r--src/osd/modules/render/bgfx/suppressor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/bgfx/suppressor.cpp b/src/osd/modules/render/bgfx/suppressor.cpp
index d29e289ff2a..b01e0f94d04 100644
--- a/src/osd/modules/render/bgfx/suppressor.cpp
+++ b/src/osd/modules/render/bgfx/suppressor.cpp
@@ -39,7 +39,7 @@ bool bgfx_suppressor::suppress()
count = 3;
}
- int32_t current_values[3];
+ float current_values[3];
for (int32_t index = 0; index < count; index++)
{
current_values[index] = m_sliders[index]->value();