From 5fff70c38cdcac94480a786141b1a86b8a215ace Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 19 Jan 2013 21:41:27 +0000 Subject: Convert slot cone angle to radians. --- src/core/slot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/slot.h') diff --git a/src/core/slot.h b/src/core/slot.h index 596244b..5466de8 100644 --- a/src/core/slot.h +++ b/src/core/slot.h @@ -153,7 +153,7 @@ public: void set_item(Item *item); /** - * @brief set slot fire cone, in degrees + * @brief set slot fire cone, in radians * */ inline void set_cone(const float cone) { -- cgit v1.2.3