diff options
Diffstat (limited to '3rdparty/bgfx/examples/common/font/text_buffer_manager.h')
-rw-r--r-- | 3rdparty/bgfx/examples/common/font/text_buffer_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/common/font/text_buffer_manager.h b/3rdparty/bgfx/examples/common/font/text_buffer_manager.h index 6a9ce84b865..bdffe7b035c 100644 --- a/3rdparty/bgfx/examples/common/font/text_buffer_manager.h +++ b/3rdparty/bgfx/examples/common/font/text_buffer_manager.h @@ -88,7 +88,7 @@ private: bx::HandleAllocT<MAX_TEXT_BUFFER_COUNT> m_textBufferHandles; FontManager* m_fontManager; bgfx::VertexDecl m_vertexDecl; - bgfx::UniformHandle u_texColor; + bgfx::UniformHandle s_texColor; bgfx::ProgramHandle m_basicProgram; bgfx::ProgramHandle m_distanceProgram; bgfx::ProgramHandle m_distanceSubpixelProgram; |