diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterauction.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterauction.cpp b/linden/indra/newview/llfloaterauction.cpp index 6b1c3e0..7affff6 100644 --- a/linden/indra/newview/llfloaterauction.cpp +++ b/linden/indra/newview/llfloaterauction.cpp | |||
@@ -53,6 +53,7 @@ | |||
53 | #include "llviewerdisplay.h" | 53 | #include "llviewerdisplay.h" |
54 | #include "llviewercontrol.h" | 54 | #include "llviewercontrol.h" |
55 | #include "llui.h" | 55 | #include "llui.h" |
56 | #include "llglimmediate.h" | ||
56 | 57 | ||
57 | ///---------------------------------------------------------------------------- | 58 | ///---------------------------------------------------------------------------- |
58 | /// Local function declarations, constants, enums, and typedefs | 59 | /// Local function declarations, constants, enums, and typedefs |
@@ -153,7 +154,7 @@ void LLFloaterAuction::draw() | |||
153 | } | 154 | } |
154 | { | 155 | { |
155 | LLGLSUIDefault gls_ui; | 156 | LLGLSUIDefault gls_ui; |
156 | glColor3f(1.f, 1.f, 1.f); | 157 | gGL.color3f(1.f, 1.f, 1.f); |
157 | gl_draw_scaled_image(rect.mLeft, | 158 | gl_draw_scaled_image(rect.mLeft, |
158 | rect.mBottom, | 159 | rect.mBottom, |
159 | rect.getWidth(), | 160 | rect.getWidth(), |