From f8b57a57a636566288dc002d2cdd4ac3dbe5fe8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Mon, 12 Jul 2021 20:34:04 +0200 Subject: [PATCH] Add todo --- small3dlib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/small3dlib.h b/small3dlib.h index 76e7f08..146b278 100644 --- a/small3dlib.h +++ b/small3dlib.h @@ -458,6 +458,8 @@ static inline void S3L_initMat4(S3L_Mat4 *m); void S3L_transposeMat4(S3L_Mat4 *m); +// TODO: why pass pointer to matrix when matrix is an array? fix this? + void S3L_makeTranslationMat( S3L_Unit offsetX, S3L_Unit offsetY,