Skip to content

Commit

Permalink
Merge pull request #30 from timgates42/bugfix_typo_should
Browse files Browse the repository at this point in the history
docs: fix simple typo, shuold -> should
  • Loading branch information
rapiz1 authored May 21, 2021
2 parents 640e38e + 780439b commit 36ded3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void destroyGame(int);
int gameLoop();
void updateAnimationOfSprite(Sprite* self);
void updateAnimationOfBlock(Block* self);
// this shuold only be used to create once or permant animation
// this should only be used to create once or permant animation
Animation* createAndPushAnimation(LinkList* list, Texture* texture,
const Effect* effect, LoopType lp,
int duration, int x, int y,
Expand Down

0 comments on commit 36ded3e

Please sign in to comment.