[inline]
Definition at line 128 of file View.h.
References OglGui::View::mIs2D, OglGui::View::mView2D, and SetBorderCol().
Referenced by SetBorderCol().
00129 { 00130 if (mIs2D) 00131 viewSys.SetColor(mView2D, OGL_BORDER, color); 00132 }
Here is the call graph for this function: