Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
139 stars 2 forks source link

Missing overloads for boolean operator ProtoFlux nodes #1263

Open JackTheFoxOtter opened 9 months ago

JackTheFoxOtter commented 9 months ago

Describe the bug?

AND, OR, etc. are missing overlads for byte, short and ushort types.

To Reproduce

Attempt to spawn any boolean operator node in one of those types.

Expected behavior

All of those types should have overloads.

Screenshots

image

Resonite Version Number

2024.1.27.1114

What Platforms does this occur on?

Windows

What headset if any do you use?

Valve Index

Log Files

N/A

Additional Context

No response

Reporters

No response

shiftyscales commented 9 months ago

For byte, short, and uint, they seem to cast to uint, int, and uint respectively.

Seeking feedback from @ProbablePrime.

ProbablePrime commented 8 months ago

It's on my list.