From 17be3f481761239f2e888a3c12462e8c6766408e Mon Sep 17 00:00:00 2001 From: Vankata453 <78196474+Vankata453@users.noreply.github.com> Date: Mon, 24 Jul 2023 01:28:08 +0300 Subject: [PATCH] Fix comment for `scripting::Decal::set_action` --- src/scripting/decal.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripting/decal.hpp b/src/scripting/decal.hpp index 3e5cf0a1d0c..d14a1a4693d 100644 --- a/src/scripting/decal.hpp +++ b/src/scripting/decal.hpp @@ -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); };