summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/inputpair.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/inputpair.h')
-rw-r--r--src/osd/modules/render/bgfx/inputpair.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/bgfx/inputpair.h b/src/osd/modules/render/bgfx/inputpair.h
index 53a249c9693..c4664beb2b9 100644
--- a/src/osd/modules/render/bgfx/inputpair.h
+++ b/src/osd/modules/render/bgfx/inputpair.h
@@ -24,7 +24,7 @@ class bgfx_input_pair
public:
bgfx_input_pair(int index, std::string sampler, std::string texture);
- void bind(bgfx_effect *effect, texture_manager& textures) const;
+ void bind(bgfx_effect *effect, texture_manager& textures, const int32_t screen) const;
// Getters
std::string sampler() const { return m_sampler; }