ZealanL / RocketSim

A C++ library for simulating Rocket League games at maximum efficiency
MIT License
63 stars 15 forks source link

Use ~0ULL instead of -1 #15

Closed uservar closed 1 year ago

uservar commented 1 year ago

This fixes an issue that prevents Github Actions from building on windows.

ZealanL commented 1 year ago

I forgot that some compilers hate assigning negatives to unsigned numbers, fair enough.