fix a few warnings, and matching class/struct in forward declaration

This commit is contained in:
Erwin Coumans
2014-08-22 18:15:17 -07:00
parent 2c19a27694
commit 8e64ee57c9
7 changed files with 12 additions and 12 deletions

View File

@@ -16,8 +16,8 @@ subject to the following restrictions:
///todo: make this configurable in the gui
bool useShadowMap=true;//false;//true;
float shadowMapWidth=8192;
float shadowMapHeight=8192;
int shadowMapWidth=8192;
int shadowMapHeight=8192;
float shadowMapWorldSize=100;
float WHEEL_MULTIPLIER=0.01f;
float MOUSE_MOVE_MULTIPLIER = 0.4f;