1
0

cmGr.c:Fixed unintialized variable 'rc' in cmGrWorldExt().

Dieser Commit ist enthalten in:
kevin 2013-04-20 10:30:56 -07:00
Ursprung e19a6e0cd1
Commit b6e7cd4214

2
cmGr.c
Datei anzeigen

@ -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 rc;
cmGrRC_t rc = kOkGrRC;
cmGrObj_t* op = _cmGrObjHandleToPtr(oh);
// store the current world extents