mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-10 21:11:11 -04:00
fix line numbers being off by one for each jump block
This commit is contained in:
parent
4f5443118e
commit
87c0a6e6dc
@ -109,6 +109,7 @@ namespace fx
|
|||||||
if (level == 0)
|
if (level == 0)
|
||||||
{
|
{
|
||||||
mHead--;
|
mHead--;
|
||||||
|
mLine--;
|
||||||
auto sv = std::string_view{ start, static_cast<std::string_view::size_type>(mHead + 1 - start) };
|
auto sv = std::string_view{ start, static_cast<std::string_view::size_type>(mHead + 1 - start) };
|
||||||
mLastJumpBlock.content = sv;
|
mLastJumpBlock.content = sv;
|
||||||
return sv;
|
return sv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user