From c11f2e3563d2b5c27d4920882b0a52557e320cc6 Mon Sep 17 00:00:00 2001 From: OEOTYAN Date: Tue, 23 Jul 2024 14:14:30 +0800 Subject: [PATCH] format: formatting codes --- src/mc/world/level/ScatterParams.h | 2 +- .../world/level/biome/components/BiomeDecorationFeature.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mc/world/level/ScatterParams.h b/src/mc/world/level/ScatterParams.h index bbed634bf3..66f3c5e019 100644 --- a/src/mc/world/level/ScatterParams.h +++ b/src/mc/world/level/ScatterParams.h @@ -36,7 +36,7 @@ class ScatterParams { InverseGaussian = 0x3, JitteredGrid = 0x4, FixedGrid = 0x5, - Triangle = 0x6 + Triangle = 0x6, }; ExpressionNode mMin; // this+0x0 ExpressionNode mMax; // this+0xE8 diff --git a/src/mc/world/level/biome/components/BiomeDecorationFeature.h b/src/mc/world/level/biome/components/BiomeDecorationFeature.h index 403225f1df..4898c0b9f3 100644 --- a/src/mc/world/level/biome/components/BiomeDecorationFeature.h +++ b/src/mc/world/level/biome/components/BiomeDecorationFeature.h @@ -1,18 +1,18 @@ #pragma once #include "mc/_HeaderOutputPredefine.h" -#include "mc/world/level/ScatterParams.h" #include "mc/util/ExpressionNode.h" +#include "mc/world/level/ScatterParams.h" #include "mc/world/level/levelgen/feature/gamerefs_feature/WeakStorageFeature.h" struct BiomeDecorationFeature { public: - enum class CoordinateEvalOrder : long long { + enum class CoordinateEvalOrder : int { xzy = 0x1, yxz = 0x2, yzx = 0x3, zxy = 0x4, - zyx = 0x5 + zyx = 0x5, }; ScatterParams::CoordinateRange mX; // this+0x0 ScatterParams::CoordinateRange mY; // this+0x1E8