TeamRizu / OutFox

The Bug Reporting Repository for OutFox LTS 0.4, Alpha V and Steam Early Access Builds
https://projectoutfox.com
Apache License 2.0
187 stars 3 forks source link

[BUG] Fade functions are being affected by negative values used with the cropping functions. #484

Open EngineMachiner opened 2 years ago

EngineMachiner commented 2 years ago

Is there an existing issue for this?

Operating System

Windows 10

CPU

No response

GPU

No response

Storage

No response

Game Version

4.12.0

Game Mode

dance

Theme

No response

Describe the problem

I found this by coincidence while I was playing with my code.

Example: cropright(-0.25) and faderight(0.25) on a Sprite. Results in the sprite not being faded at all.

A good workaround could be making every < 0 value to 0. (Like that if that's the intended behaviour of these functions)

Describe what should happen

No response

Relevant Log output

No response