v0.9.1: fixed crashes with Swiftthistle

This commit is contained in:
Evan Debenham 2020-12-02 18:12:09 -05:00
parent 74679f153e
commit ea5df5f3ab

View File

@ -101,7 +101,7 @@ public class Swiftthistle extends Plant {
left -= time;
//use 1/1,000 to account for rounding errors
while (left < -0.001f){
if (left < -0.001f){
detach();
}