mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-26 13:50:21 -04:00
fixed bug
This commit is contained in:
parent
9c8601a665
commit
75985c8bf0
@ -753,7 +753,10 @@ namespace AssetStudio
|
||||
var m_Channel = m_Channels[chn];
|
||||
if (m_Channel.stream == s)
|
||||
{
|
||||
chnMask |= 1u << chn;
|
||||
if (m_Channel.dimension > 0)
|
||||
{
|
||||
chnMask |= 1u << chn;
|
||||
}
|
||||
m_Streams[s].stride += m_Channel.dimension * (4 / (int)Math.Pow(2, m_Channel.format));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user