| 385 | |
| 386 | |
| 387 | GLTextPanel::GLTextPanel() : GLPanel() { |
| 388 | coord = GLPANEL_Y_UP; |
| 389 | horizAlign = GLFont::GLFONT_ALIGN_CENTER; |
| 390 | vertAlign = GLFont::GLFONT_ALIGN_CENTER; |
| 391 | useNativeFont = true; |
| 392 | } |
| 393 | |
| 394 | void GLTextPanel::drawPanelContents() { |
| 395 | glColor4f(1, 1, 1, 1.0); |
nothing calls this directly
no outgoing calls
no test coverage detected