From c71b7f846f4eb0cd29ece52fe9d2cf9d09550f3b Mon Sep 17 00:00:00 2001 From: Graham Date: Fri, 27 Aug 2021 19:34:44 +0100 Subject: [PATCH] Refactor IntUtils.clamp Signed-off-by: Graham --- share/deob/map/client.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/deob/map/client.yaml b/share/deob/map/client.yaml index c5c96b3f..cbca1f9b 100644 --- a/share/deob/map/client.yaml +++ b/share/deob/map/client.yaml @@ -12031,12 +12031,12 @@ methods: 2: "noise" 16: "op" client!ab.a (IIII)I: - owner: "Static8" - name: "method9" + owner: "IntUtils" + name: "clamp" arguments: - 0: "arg0" - 1: "arg1" - 3: "arg2" + 1: "value" + 0: "min" + 3: "max" locals: {} client!ab.a (IIIIZ)V: owner: "SceneGraph"