Last unstaged changes

This commit is contained in:
ZY4N
2025-05-04 19:51:14 +02:00
parent 835c645da4
commit 31d6c0900a
3 changed files with 5 additions and 2 deletions

View File

@@ -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;
}