Skip to content
Snippets Groups Projects
Commit 2892e008 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

unused var warning

parent de2490a3
No related branches found
No related tags found
No related merge requests found
...@@ -1572,7 +1572,7 @@ void render_ui_2d() ...@@ -1572,7 +1572,7 @@ void render_ui_2d()
last_rect.mTop = LLRect::tCoordType(last_rect.mTop / LLUI::getScaleFactor().mV[1]); last_rect.mTop = LLRect::tCoordType(last_rect.mTop / LLUI::getScaleFactor().mV[1]);
last_rect.mBottom = LLRect::tCoordType(last_rect.mBottom / LLUI::getScaleFactor().mV[1]); last_rect.mBottom = LLRect::tCoordType(last_rect.mBottom / LLUI::getScaleFactor().mV[1]);
LLRect clip_rect(last_rect); //LLRect clip_rect(last_rect);
glClear(GL_COLOR_BUFFER_BIT); glClear(GL_COLOR_BUFFER_BIT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment