Closed RobbeBryssinck closed 1 year ago
ArgStack integer arguments cannot be popped with any other type than int64_t, as that's how the argstack is created, and std::any will throw if you try to cast it to any other type.
https://github.com/tiltedphoques/TiltedEvolution/blob/master/Code/components/console/ConsoleRegistry.cpp#L290
ArgStack integer arguments cannot be popped with any other type than int64_t, as that's how the argstack is created, and std::any will throw if you try to cast it to any other type.
https://github.com/tiltedphoques/TiltedEvolution/blob/master/Code/components/console/ConsoleRegistry.cpp#L290