Missed some glRotatef -> gGL.rotatef conversions.

This commit is contained in:
Shyotl
2011-11-23 23:39:42 -06:00
parent dc3831c86b
commit 9f9daba33d
7 changed files with 10 additions and 10 deletions

View File

@@ -246,7 +246,7 @@ void LLViewBorder::drawTextureTrapezoid( F32 degrees, S32 width, S32 length, F32
gGL.pushMatrix();
{
gGL.translatef(start_x, start_y, 0.f);
glRotatef( degrees, 0, 0, 1 );
gGL.rotatef( degrees, 0, 0, 1 );
gGL.begin(LLRender::QUADS);
{