mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-19 04:26:52 -04:00
Fix arm not rendering properly with non power of two skin (thanks masoncb)
This commit is contained in:
parent
caf6de6792
commit
ac971a1c5b
@ -112,6 +112,8 @@ namespace ClassicalSharp.Renderers {
|
|||||||
held.ModelBlock = block;
|
held.ModelBlock = block;
|
||||||
held.SkinType = p.SkinType;
|
held.SkinType = p.SkinType;
|
||||||
held.TextureId = p.TextureId;
|
held.TextureId = p.TextureId;
|
||||||
|
held.uScale = p.uScale;
|
||||||
|
held.vScale = p.vScale;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetBaseOffset() {
|
void SetBaseOffset() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user