Skip to content

Commit

Permalink
Merge pull request #4 from EricPlayZ/dev
Browse files Browse the repository at this point in the history
fix tpp model
  • Loading branch information
EricPlayZ authored Apr 24, 2024
2 parents ebc2ca4 + df811ca commit e22e64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EGameTools/source/game/GamePH/gen_TPPModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace GamePH {
class gen_TPPModel {
public:
union {
buffer<0x2D59, bool> enableTPPModel1;
buffer<0x2D5A, bool> enableTPPModel2;
buffer<0x2DB9, bool> enableTPPModel1;
buffer<0x2DBA, bool> enableTPPModel2;
};

static gen_TPPModel* Get();
Expand Down

0 comments on commit e22e64a

Please sign in to comment.