mirror of https://github.com/AxioDL/metaforce.git
CHudDecoInterface: Make missed virtual call in constructor explicit
Missed this one in the previous commit.
This commit is contained in:
parent
c8be142846
commit
4e6150acc4
|
@ -482,7 +482,7 @@ CHudDecoInterfaceThermal::CHudDecoInterfaceThermal(CGuiFrame& selHud) {
|
|||
}
|
||||
|
||||
x14_pivotPosition = x78_basewidget_pivot->GetIdlePosition();
|
||||
UpdateHudAlpha();
|
||||
CHudDecoInterfaceThermal::UpdateHudAlpha();
|
||||
}
|
||||
|
||||
void CHudDecoInterfaceThermal::UpdateVisibility() {
|
||||
|
|
Loading…
Reference in New Issue