Fixed uninitialized _sortMode.
This commit is contained in:
@@ -58,6 +58,7 @@ RenderBin::RenderBin()
|
||||
_binNum = 0;
|
||||
_parent = NULL;
|
||||
_stage = NULL;
|
||||
_sortMode = SORT_BY_STATE;
|
||||
}
|
||||
|
||||
RenderBin::~RenderBin()
|
||||
|
||||
Reference in New Issue
Block a user