mirror of
https://git.aaro.dev/VRCBoard/vrcboard-udon.git
synced 2026-03-17 04:49:45 +00:00
fixed silly mistake
This commit is contained in:
@@ -539,7 +539,7 @@ namespace VRCBoard
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
int blockSize = (int)Mathf.Floor((float)(texture.width+1) / (float)(size));
|
int blockSize = (int)Mathf.Floor((float)(texture.width) / (float)(size));
|
||||||
|
|
||||||
|
|
||||||
int startX = position % size;
|
int startX = position % size;
|
||||||
|
|||||||
Reference in New Issue
Block a user