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:
@@ -2,7 +2,7 @@
|
||||
#include "NodeCamera.h"
|
||||
#include <math.h>
|
||||
|
||||
void loadIdentity(double * matrix){
|
||||
static void loadIdentity(double * matrix){
|
||||
int i;
|
||||
|
||||
// Build Identity matrix
|
||||
|
||||
Reference in New Issue
Block a user