Fixed build warnings

This commit is contained in:
dexyfex 2018-12-04 17:09:28 +11:00
parent 6adb6b2cc4
commit 010350db7a
2 changed files with 3 additions and 3 deletions

View File

@ -944,8 +944,8 @@ namespace CodeWalker.Project.Panels
//find the next bottom and top indexes, step by the max offset //find the next bottom and top indexes, step by the max offset
int nqib = qib; int nqib = qib;
int nqit = qit; int nqit = qit;
int ndyb = 0; //int ndyb = 0;
int ndyt = 0; //int ndyt = 0;

View File

@ -78,7 +78,7 @@ namespace CodeWalker
int ControlBrushTimer = 0; int ControlBrushTimer = 0;
bool ControlBrushEnabled; bool ControlBrushEnabled;
float ControlBrushRadius; //float ControlBrushRadius;
Entity camEntity = new Entity(); Entity camEntity = new Entity();
PedEntity pedEntity = new PedEntity(); PedEntity pedEntity = new PedEntity();