cmGr.c:Fixed unintialized variable 'rc' in cmGrWorldExt().
This commit is contained in:
parent
e19a6e0cd1
commit
b6e7cd4214
2
cmGr.c
2
cmGr.c
@ -1208,7 +1208,7 @@ void cmGrObjWorldExt( cmGrObjH_t oh, cmGrVExt_t* wext )
|
|||||||
|
|
||||||
cmGrRC_t cmGrObjSetWorldLimitExt( cmGrH_t h, cmGrObjH_t oh, const cmGrVExt_t* vext, unsigned limitFlags )
|
cmGrRC_t cmGrObjSetWorldLimitExt( cmGrH_t h, cmGrObjH_t oh, const cmGrVExt_t* vext, unsigned limitFlags )
|
||||||
{
|
{
|
||||||
cmGrRC_t rc;
|
cmGrRC_t rc = kOkGrRC;
|
||||||
cmGrObj_t* op = _cmGrObjHandleToPtr(oh);
|
cmGrObj_t* op = _cmGrObjHandleToPtr(oh);
|
||||||
|
|
||||||
// store the current world extents
|
// store the current world extents
|
||||||
|
Loading…
Reference in New Issue
Block a user