From 002005a6a23787b3051c395f6f862fbedd370eee Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:02:52 +1000 Subject: [PATCH] e --- .../java/me/cortex/zenith/client/core/model/ModelManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/cortex/zenith/client/core/model/ModelManager.java b/src/main/java/me/cortex/zenith/client/core/model/ModelManager.java index e122f701..2cf57a71 100644 --- a/src/main/java/me/cortex/zenith/client/core/model/ModelManager.java +++ b/src/main/java/me/cortex/zenith/client/core/model/ModelManager.java @@ -222,7 +222,7 @@ public class ModelManager { faceModelData |= Math.round(offset*63)<<16;//Change the scale from 0->1 (ends inclusive) float to 0->63 (6 bits) NOTE! that 63 == 1.0f meaning its shifted all the way to the other side of the model //Still have 11 bits free - MemoryUtil.memPutInt(faceUploadPtr, 0); + MemoryUtil.memPutInt(faceUploadPtr, faceModelData); } this.metadataCache[modelId] = metadata;