Skip to content

Commit

Permalink
Fix comment for scripting::Decal::set_action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vankata453 authored Jul 23, 2023
1 parent cf5313c commit 17be3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripting/decal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class Decal final
*/
void fade_out(float time);
/**
* Sets the action for this decal
* @param float $time
* Sets the action for the decal's sprite.
* @param string $action
*/
void set_action(const std::string& action);
};
Expand Down

0 comments on commit 17be3f4

Please sign in to comment.