We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85efd2b commit 9968e6fCopy full SHA for 9968e6f
1 file changed
LEGORacers/src/menu/widgets/menuwidget.cpp
@@ -312,20 +312,20 @@ void MenuWidget::DrawString(
312
&m_color,
313
p_unk0x18
314
);
315
+ } else {
316
+ LegoS32 y = p_source->m_top;
317
+ LegoS32 x = p_source->m_left;
318
+ m_renderer->VTable0x6c(
319
+ p_string,
320
+ p_font,
321
+ x,
322
+ y,
323
+ static_cast<LegoFloat>(p_source->m_right - x),
324
+ static_cast<LegoFloat>(p_source->m_bottom - y),
325
+ p_dest,
326
+ 0
327
+ );
328
}
-
- LegoS32 y = p_source->m_top;
- LegoS32 x = p_source->m_left;
- m_renderer->VTable0x6c(
- p_string,
- p_font,
- x,
- y,
- static_cast<LegoFloat>(p_source->m_right - x),
- static_cast<LegoFloat>(p_source->m_bottom - y),
- p_dest,
- 0
- );
329
330
331
// FUNCTION: LEGORACERS 0x00472e40
0 commit comments