johannes-fetz / joengine

Jo Engine is an open source 2D and 3D game engine for the Sega Saturn written in C under MIT license
http://jo-engine.org/
MIT License
208 stars 32 forks source link

Regression in jo_sprite_enable_horiontal_flip() and jo_sprite_enable_vertical_flip() #31

Closed slinga-homebrew closed 4 years ago

slinga-homebrew commented 4 years ago

Hi Johannes,

jo_sprite_enable_horiontal_flip() and jo_sprite_enable_vertical_flip() no longer appear to be working. I have tried testing within "demo - shooter". "demo - sonic" also appears to have similar issues.

1) In the demo if you move the ship to right the sprite does not change. 2) I tried always enabling and disabling the flipping. In that case the sprite does not display at all.

Thanks.

slinga-homebrew commented 4 years ago

Thank you, it looks like it's working. I checked both demos as well.