From: Matthias Braun Date: Wed, 11 May 2005 14:29:48 +0000 (+0000) Subject: not deperecated anymore X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=5ab00f121e083173dcd4f81e50f66f3884e115b4;p=supertux.git not deperecated anymore SVN-Revision: 2469 --- diff --git a/src/object/camera.h b/src/object/camera.h index 0ae033a17..a9ece8627 100644 --- a/src/object/camera.h +++ b/src/object/camera.h @@ -48,7 +48,7 @@ public: /// reset camera postion virtual void reset(const Vector& tuxpos); - /** @deprecated@ */ + /** return camera position */ const Vector& get_translation() const; virtual void update(float elapsed_time);