Skip to content

Commit

Permalink
Adjusting array size
Browse files Browse the repository at this point in the history
  • Loading branch information
vitor251093 committed Feb 4, 2025
1 parent 2f4f32f commit a01d12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/PluginKingdomHeartsDays.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ class PluginKingdomHeartsDays : public Plugin

std::map<GLuint, GLuint[20]> CompGpuLoc{};
std::map<GLuint, int[20]> CompGpuLastValues{};
std::map<u32, GLuint[4]> CompGpu3DLoc{};
std::map<u32, int[4]> CompGpu3DLastValues{};
std::map<u32, GLuint[5]> CompGpu3DLoc{};
std::map<u32, int[5]> CompGpu3DLastValues{};

bool _muchOlderHad3DOnTopScreen;
bool _muchOlderHad3DOnBottomScreen;
Expand Down

0 comments on commit a01d12f

Please sign in to comment.