diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-07 20:03:14 +0100 | 
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-07 20:03:14 +0100 | 
| commit | 3d2428af8e8d9d49b4ade52d4806a7dae4cf1ab8 (patch) | |
| tree | 30d908c427ff9b4ee53402fbf52cb15704e58623 /src/crepe/api/Transform.h | |
| parent | fde229c24dcbd1ed844880a35eabddb88279802b (diff) | |
merge #25 + nitpicking
Diffstat (limited to 'src/crepe/api/Transform.h')
| -rw-r--r-- | src/crepe/api/Transform.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Transform.h b/src/crepe/api/Transform.h index 805553e..d7a5b8a 100644 --- a/src/crepe/api/Transform.h +++ b/src/crepe/api/Transform.h @@ -17,10 +17,10 @@ public:  	/**  	 * \param id The id of the GameObject this component belongs to  	 * \param point The position of the GameObject -	 * \param rot The rotation of the GameObject +	 * \param rotation The rotation of the GameObject  	 * \param scale The scale of the GameObject  	 */ -	Transform(game_object_id_t id, const Vector2 & point, double rot, +	Transform(game_object_id_t id, const Vector2 & point, double rotation,  			  double scale);  	/**  	 * \brief Get the maximum number of instances for this component  |