This commit is contained in:
mcrcortex
2024-01-28 19:02:52 +10:00
parent 81e98c8daf
commit 002005a6a2

View File

@@ -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;