Closed DJLink closed 3 months ago
These 2 unused variables were throwing some warnings, so I decided to remove them. depending on compiler optimization (probably only issue in debug) in removing or not these variables this might save a b2Vec2 subtraction operation as well.
This file has been rewritten for version 3.0
These 2 unused variables were throwing some warnings, so I decided to remove them. depending on compiler optimization (probably only issue in debug) in removing or not these variables this might save a b2Vec2 subtraction operation as well.