mirror of
https://git.aaro.dev/VRCBoard/vrcboard-udon.git
synced 2026-03-17 04:49:45 +00:00
Image Component Updates
This commit is contained in:
@@ -81,7 +81,7 @@ namespace VRCBoard.Components
|
||||
internal bool GetImageAtlasTexture(string imageId, string uploader, out Texture2D texture,
|
||||
out int position, out int size, out string type) {
|
||||
return manager._GetImageAtlasTexture(imageId, uploader, out int atlasIndex, out texture, out position, out size,
|
||||
out type);
|
||||
out type, out string hash);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user