Last unstaged changes
This commit is contained in:
@@ -153,7 +153,7 @@ void assets::shader_source_store_iterator<Char>::calc_offset(
|
||||
|
||||
while (n--)
|
||||
{
|
||||
const auto& count = m_lengths[m_index];
|
||||
const auto& count = m_lengths[m_index] + sizeof('\0');
|
||||
m_offset += step * count;
|
||||
m_index += step;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user