mirror of
https://github.com/aap/librw.git
synced 2026-01-29 06:22:59 +00:00
Fix some warnings on gcc/clang
This commit is contained in:
@@ -305,7 +305,7 @@ struct RawMatrix
|
||||
V3d at;
|
||||
float32 atw;
|
||||
V3d pos;
|
||||
float32 posw;;
|
||||
float32 posw;
|
||||
|
||||
static void mult(RawMatrix *dst, RawMatrix *src1, RawMatrix *src2);
|
||||
static void transpose(RawMatrix *dst, RawMatrix *src);
|
||||
|
||||
Reference in New Issue
Block a user