Removed warning.

This commit is contained in:
Maciej Suminski 2013-12-05 13:46:13 +01:00
parent 59f450bcfd
commit f3ef0fcf57
1 changed files with 1 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@ int RTREE_QUAL::PickBranch( Rect* a_rect, Node* a_node )
ELEMTYPEREAL increase;
ELEMTYPEREAL bestIncr = (ELEMTYPEREAL) -1;
ELEMTYPEREAL area;
ELEMTYPEREAL bestArea;
ELEMTYPEREAL bestArea = 0;
int best = 0;
Rect tempRect;