Merge branch 'off_by_one' into 'master'

Fix error reporting line numbers

See merge request OpenMW/openmw!2483
7098-improve-post-process-behavior-with-transparent-objects
psi29a 2 years ago
commit 2091a81e1b

@ -109,6 +109,7 @@ namespace fx
if (level == 0)
{
mHead--;
mLine--;
auto sv = std::string_view{ start, static_cast<std::string_view::size_type>(mHead + 1 - start) };
mLastJumpBlock.content = sv;
return sv;

Loading…
Cancel
Save