Kaydet (Commit) f157d0fa authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameters

Change-Id: I4273a4ddc00d24f561cce6a21b5237d4dfc56a92
üst 30cdd16c
...@@ -1684,7 +1684,7 @@ private: ...@@ -1684,7 +1684,7 @@ private:
std::vector<GLint> mvVertexIndexesInTiles; std::vector<GLint> mvVertexIndexesInTiles;
}; };
void VortexTransition::prepare( double nTime, double SlideWidth, double SlideHeight, double DispWidth, double DispHeight ) void VortexTransition::prepare( double, double, double, double, double )
{ {
glDisable(GL_CULL_FACE); glDisable(GL_CULL_FACE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment