d3dxof: Fix typo in comment.
This commit is contained in:
parent
1dc896eb52
commit
ff6eccdabf
|
@ -722,7 +722,7 @@ static HRESULT WINAPI IDirectXFileDataImpl_GetNextObject(IDirectXFileData* iface
|
||||||
|
|
||||||
if (This->from_ref && (This->level >= 1))
|
if (This->from_ref && (This->level >= 1))
|
||||||
{
|
{
|
||||||
/* Only 2 levels can enumerated if the object is obtained from a reference */
|
/* Only 2 levels can be enumerated if the object is obtained from a reference */
|
||||||
return DXFILEERR_NOMOREOBJECTS;
|
return DXFILEERR_NOMOREOBJECTS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue