Skip to content

Commit

Permalink
scripting::Platform documentation: Fix "loops" parameter type overs…
Browse files Browse the repository at this point in the history
…ight
  • Loading branch information
Vankata453 authored Nov 7, 2023
1 parent 1632ec3 commit 9279f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripting/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Platform final
/**
* Sets the sprite action.
* @param string $action
* @param string $loops
* @param int $loops
*/
void set_action(const std::string& action, int loops);
};
Expand Down

0 comments on commit 9279f87

Please sign in to comment.