1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-18 14:42:27 +00:00

Clear path without check for empty

This commit is contained in:
elsid 2018-08-20 01:12:09 +03:00
parent ca3d0594b3
commit 85bbf9d034
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

View File

@ -89,7 +89,6 @@ namespace MWMechanics
void PathFinder::clearPath() void PathFinder::clearPath()
{ {
if(!mPath.empty())
mPath.clear(); mPath.clear();
} }