From 366d3a551ef3541f6eeb226f80a16b8de8fdd2e9 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 17 Jun 2013 18:06:39 +0200 Subject: Added debug aids for lighting * displaying positions of current lights (F11) * dumping info to console (F10) * added assert() in suspicious place in CPyro --- src/math/matrix.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/math/matrix.h') diff --git a/src/math/matrix.h b/src/math/matrix.h index a13f823..f139517 100644 --- a/src/math/matrix.h +++ b/src/math/matrix.h @@ -97,8 +97,8 @@ struct Matrix //! Sets value in given row and col /** - * \param row row (0 to 3) - * \param col column (0 to 3) + * \param row row (1 to 4) + * \param col column (1 to 4) * \param value value */ inline void Set(int row, int col, float value) @@ -108,8 +108,8 @@ struct Matrix //! Returns the value in given row and col /** - * \param row row (0 to 3) - * \param col column (0 to 3) + * \param row row (1 to 4) + * \param col column (1 to 4) * \returns value */ inline float Get(int row, int col) -- cgit v1.2.3-1-g7c22