Skip to content

Commit

Permalink
format: formatting codes
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Jul 23, 2024
1 parent 5a3140d commit c11f2e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/mc/world/level/ScatterParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ScatterParams {
InverseGaussian = 0x3,
JitteredGrid = 0x4,
FixedGrid = 0x5,
Triangle = 0x6
Triangle = 0x6,
};
ExpressionNode mMin; // this+0x0
ExpressionNode mMax; // this+0xE8
Expand Down
6 changes: 3 additions & 3 deletions src/mc/world/level/biome/components/BiomeDecorationFeature.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c11f2e3

Please sign in to comment.