mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 22:36:39 +00:00
Remove redundant return
This commit is contained in:
parent
0cf55d3617
commit
329500b087
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ namespace DetourNavigator
|
||||||
mTop = mPrev;
|
mTop = mPrev;
|
||||||
mPrev = getTempPtrPrev(mTop);
|
mPrev = getTempPtrPrev(mTop);
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue