mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 19:54:58 +00:00
style: clang-format the entire project
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "platform/input/input.h"
|
||||
#include "app/common/Tutorial/Constraints/InputConstraint.h"
|
||||
#include "app/common/Tutorial/Tasks/TutorialTask.h"
|
||||
#include "app/common/Tutorial/Tutorial.h"
|
||||
@@ -13,6 +12,7 @@
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerLocalPlayer.h"
|
||||
#include "minecraft/world/level/material/Material.h"
|
||||
#include "platform/input/input.h"
|
||||
|
||||
InfoTask::InfoTask(Tutorial* tutorial, int descriptionId, int promptId /*= -1*/,
|
||||
bool requiresUserInput /*= false*/, int iMapping /*= 0*/)
|
||||
@@ -64,7 +64,7 @@ bool InfoTask::isCompleted() {
|
||||
bool current = (*it).second;
|
||||
if (!current) {
|
||||
if (PlatformInput.GetValue(pMinecraft->player->GetXboxPad(),
|
||||
(*it).first) > 0) {
|
||||
(*it).first) > 0) {
|
||||
(*it).second = true;
|
||||
bAllComplete = true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user