This commit is contained in:
aozhiwei 2019-04-01 17:27:00 +08:00
parent 35179492c7
commit 8d0e7ddf4c

View File

@ -492,6 +492,9 @@ void Room::UpdateGas()
}
break;
}
if (gas_data.gas_mode == GasInactive) {
}
}
bool Room::GenSmallCircle(Vector2D big_circle_pos, float big_circle_rad, float small_circle_rad,