rheirman / WhatTheHack

Mechanoid hacking
16 stars 18 forks source link

Fix Pawn.GetGizmos performance #62

Closed mszabo-wikia closed 2 years ago

mszabo-wikia commented 2 years ago

Reduce performance impact from the GetGizmos() patch by converting it to use a passthrough postfix, as done previously in https://github.com/rheirman/GiddyUpRideAndRoll/pull/25.