Closed Earthwings closed 7 years ago
Fixes minor issues pointed out by cppcheck.
Good catch. Would likely make sense for these to be written as:
if (std::abs(val) > limit) { ... }
Will leave that for now.
Fixes minor issues pointed out by cppcheck.