mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-25 16:32:55 +08:00
Fixed build warnings
This commit is contained in:
parent
6adb6b2cc4
commit
010350db7a
@ -944,8 +944,8 @@ namespace CodeWalker.Project.Panels
|
||||
//find the next bottom and top indexes, step by the max offset
|
||||
int nqib = qib;
|
||||
int nqit = qit;
|
||||
int ndyb = 0;
|
||||
int ndyt = 0;
|
||||
//int ndyb = 0;
|
||||
//int ndyt = 0;
|
||||
|
||||
|
||||
|
||||
|
@ -78,7 +78,7 @@ namespace CodeWalker
|
||||
|
||||
int ControlBrushTimer = 0;
|
||||
bool ControlBrushEnabled;
|
||||
float ControlBrushRadius;
|
||||
//float ControlBrushRadius;
|
||||
|
||||
Entity camEntity = new Entity();
|
||||
PedEntity pedEntity = new PedEntity();
|
||||
|
Loading…
Reference in New Issue
Block a user