2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-13 02:05:51 +00:00

CHudDecoInterface: Make missed virtual call in constructor explicit

Missed this one in the previous commit.
This commit is contained in:
Lioncash 2020-04-13 14:54:12 -04:00
parent c8be142846
commit 4e6150acc4

View File

@ -482,7 +482,7 @@ CHudDecoInterfaceThermal::CHudDecoInterfaceThermal(CGuiFrame& selHud) {
} }
x14_pivotPosition = x78_basewidget_pivot->GetIdlePosition(); x14_pivotPosition = x78_basewidget_pivot->GetIdlePosition();
UpdateHudAlpha(); CHudDecoInterfaceThermal::UpdateHudAlpha();
} }
void CHudDecoInterfaceThermal::UpdateVisibility() { void CHudDecoInterfaceThermal::UpdateVisibility() {