mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
comments
This commit is contained in:
parent
337b1d93f0
commit
2ca8578a9d
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ namespace Rimworld_Animations
|
||||||
[HarmonyPatch(typeof(PawnRenderer), "GetBodyPos")]
|
[HarmonyPatch(typeof(PawnRenderer), "GetBodyPos")]
|
||||||
public class HarmonyPatch_PawnRenderer2
|
public class HarmonyPatch_PawnRenderer2
|
||||||
{
|
{
|
||||||
|
//patch so that pawns appear at the same altitude layer, at layer Pawn
|
||||||
public static void Postfix(PawnRenderer __instance, ref Vector3 __result)
|
public static void Postfix(PawnRenderer __instance, ref Vector3 __result)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue