mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-06 01:23:31 +08:00
Merge branch 'master' of https://github.com/sinai-dev/Explorer
This commit is contained in:
commit
0c40b4fad9
@ -55,7 +55,7 @@ namespace UnityExplorer.Core.Runtime
|
||||
{
|
||||
Color[] pixels;
|
||||
|
||||
if (IsReadable(orig))
|
||||
if (!IsReadable(orig))
|
||||
orig = ForceReadTexture(orig);
|
||||
|
||||
pixels = orig.GetPixels((int)rect.x, (int)rect.y, (int)rect.width, (int)rect.height);
|
||||
|
Loading…
x
Reference in New Issue
Block a user