From 3cd2b47a5dfb4319d9db029ef4f82c59103e9ec3 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 22 Aug 2018 07:35:02 -0700 Subject: Implemented shader variable access by Index in GL backend --- Graphics/GraphicsEngine/include/ShaderBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/include/ShaderBase.h b/Graphics/GraphicsEngine/include/ShaderBase.h index d72dc737..9b2d634b 100644 --- a/Graphics/GraphicsEngine/include/ShaderBase.h +++ b/Graphics/GraphicsEngine/include/ShaderBase.h @@ -159,7 +159,7 @@ struct ShaderVariableBase : public IShaderVariable } protected: - IObject &m_Owner; + IObject& m_Owner; }; -- cgit v1.2.3