nunuhara / xsystem4

Cross-platform implementation of AliceSoft's System 4 engine
GNU General Public License v2.0
46 stars 4 forks source link

Add guard against division by zero in vmDrawGauge.Draw() #187

Closed kichikuou closed 2 months ago

kichikuou commented 2 months ago

When max is 0, the gauge is drawn as empty.

nunuhara commented 2 months ago

Thanks!