Fix merge derp

This commit is contained in:
Jack Andersen 2017-10-01 20:08:02 -10:00
parent 8e98a5b058
commit 5d0c1b1d48
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ class CWorldShadowShader
friend struct CWorldShadowShaderD3DDataBindingFactory; friend struct CWorldShadowShaderD3DDataBindingFactory;
friend struct CWorldShadowShaderMetalDataBindingFactory; friend struct CWorldShadowShaderMetalDataBindingFactory;
boo::GraphicsDataToken m_token;
boo::ITextureR* m_tex; boo::ITextureR* m_tex;
std::experimental::optional<CTexturedQuadFilter> m_prevQuad; std::experimental::optional<CTexturedQuadFilter> m_prevQuad;
u32 m_w, m_h; u32 m_w, m_h;