From 3abcaee63ff285514e8b51a60949c97a7dfa5304 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 24 Feb 2016 07:46:57 +0100 Subject: Cleanups and version bump --- src/osd/modules/render/bgfx/inputpair.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/osd/modules/render/bgfx/inputpair.h') diff --git a/src/osd/modules/render/bgfx/inputpair.h b/src/osd/modules/render/bgfx/inputpair.h index 2cab7ff2363..196165c69f4 100644 --- a/src/osd/modules/render/bgfx/inputpair.h +++ b/src/osd/modules/render/bgfx/inputpair.h @@ -24,14 +24,14 @@ class bgfx_texture; class bgfx_input_pair { public: - bgfx_input_pair(int index, std::string sampler, bgfx_texture* texture); + bgfx_input_pair(int index, std::string sampler, bgfx_texture* texture); void bind(bgfx_effect *effect); private: - int m_index; - std::string m_sampler; - bgfx_texture* m_texture; + int m_index; + std::string m_sampler; + bgfx_texture* m_texture; }; -#endif // __DRAWBGFX_INPUT_PAIR__ \ No newline at end of file +#endif // __DRAWBGFX_INPUT_PAIR__ -- cgit v1.2.3-70-g09d2