mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-05 15:18:35 +00:00
chore: format everything
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.h"
|
||||
|
||||
|
||||
UIScene_CreativeMenu::UIScene_CreativeMenu(int iPad, void* _initData,
|
||||
UILayer* parentLayer)
|
||||
: UIScene_AbstractContainerMenu(iPad, parentLayer) {
|
||||
@@ -54,7 +53,6 @@ UIScene_CreativeMenu::UIScene_CreativeMenu(int iPad, void* _initData,
|
||||
|
||||
m_curTab = eCreativeInventoryTab_COUNT;
|
||||
switchTab(eCreativeInventoryTab_BuildingBlocks);
|
||||
|
||||
}
|
||||
|
||||
std::wstring UIScene_CreativeMenu::getMoviePath() {
|
||||
@@ -65,7 +63,6 @@ std::wstring UIScene_CreativeMenu::getMoviePath() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void UIScene_CreativeMenu::handleOtherClicked(int iPad, ESceneSection eSection,
|
||||
int buttonNum, bool quickKey) {
|
||||
switch (eSection) {
|
||||
|
||||
Reference in New Issue
Block a user