Skip to content

Commit

Permalink
chore: fix typos in hud comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzyhau committed Aug 29, 2024
1 parent 3c7fadc commit 26dd2f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Features/Hud/Hud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ Hud::Hud(int type, bool drawSecondSplitScreen, int version)
/*
Converting one component of the position into a number.
Possible inputs:
- aliases: names which have certain percentage value assigned, fuck you bets.
- percentage: position taking size of the screen into consideration
- normal: pixel offset from top right corner. negative value changes the corner.
- aliases: names which have certain percentage value assigned,
- percentage: position taking size of the screen into consideration,
- normal: pixel offset from top left corner. negative value changes the corner.
*/
float Hud::PositionFromString(const char *str, bool isX) {
float value = 0;
Expand Down

0 comments on commit 26dd2f7

Please sign in to comment.