mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +01:00
Removed unused variable.
This commit is contained in:
parent
c92c423e3f
commit
92227eda8b
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ protected:
|
|||
lcMatrix44 mViewMatrix;
|
||||
lcMatrix44 mProjectionMatrix;
|
||||
lcMatrix44 mViewProjectionMatrix;
|
||||
lcVector4 mHighlightParams[5];
|
||||
lcVector4 mHighlightParams[4];
|
||||
bool mColorDirty;
|
||||
bool mWorldMatrixDirty;
|
||||
bool mViewMatrixDirty;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
LC_PIXEL_INPUT vec3 PixelNormal;
|
||||
LC_PIXEL_OUTPUT
|
||||
|
||||
uniform mediump vec4 HighlightParams[5];
|
||||
uniform mediump vec4 HighlightParams[4];
|
||||
uniform samplerCube Texture;
|
||||
|
||||
void main()
|
||||
|
|
Loading…
Reference in a new issue