Fix for a number of compiler warnings as well as a bug hidden by the warnings.

Patch contribution by Bastien Montagne, thanks!
This commit is contained in:
2012-12-08 22:24:41 +00:00
parent ec33687d6c
commit 3c4987f983
25 changed files with 75 additions and 75 deletions

View File

@@ -2,7 +2,7 @@
#include "NodeCamera.h"
#include <math.h>
void loadIdentity(double * matrix){
static void loadIdentity(double * matrix){
int i;
// Build Identity matrix