RobustToolbox
RobustToolbox copied to clipboard
Fix inverse vec2 allocations
trafficstars
It's just a 2x2 matrix so we can just use a vec4.
Profiled in debug but still, Vec4 is gonna be better than an array on release.
