Skip to content

Commit

Permalink
Merge pull request #136 from KotRikD/fix/cant_read_atd
Browse files Browse the repository at this point in the history
fix: (ATD)can't read int at x
  • Loading branch information
KotRikD authored May 11, 2024
2 parents c2bb158 + 81b5575 commit 23db00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tosu/src/entities/AllTimesData/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class AllTimesData extends AbstractEntity {
return;
} else {
this.GameTime = process.readPointer(
this.gameTimePtr - GAME_TIME_PTR.offset
this.gameTimePtr + GAME_TIME_PTR.offset
);
}
}
Expand Down

0 comments on commit 23db00f

Please sign in to comment.