mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-29 06:35:46 +00:00
chore: format everything
This commit is contained in:
@@ -12,8 +12,6 @@ UIComponent_Tooltips::UIComponent_Tooltips(int iPad, void* initData,
|
||||
}
|
||||
// Setup all the Iggy references we need for this scene
|
||||
initialiseMovie();
|
||||
|
||||
|
||||
}
|
||||
|
||||
std::wstring UIComponent_Tooltips::getMoviePath() {
|
||||
@@ -311,14 +309,11 @@ void UIComponent_Tooltips::_Relayout() {
|
||||
IggyResult out = IggyPlayerCallMethodRS(getMovie(), &result,
|
||||
IggyPlayerRootPath(getMovie()),
|
||||
m_funcUpdateLayout, 0, nullptr);
|
||||
|
||||
}
|
||||
|
||||
|
||||
void UIComponent_Tooltips::handleReload() {
|
||||
app.DebugPrintf("UIComponent_Tooltips::handleReload\n");
|
||||
|
||||
|
||||
for (unsigned int i = 0; i < eToolTipNumButtons; ++i) {
|
||||
_SetTooltip(i, m_tooltipValues[i].iString, m_tooltipValues[i].show,
|
||||
true);
|
||||
|
||||
Reference in New Issue
Block a user