1
0
Fork 0

Fix syntax highlighting with empty clip

This commit is contained in:
arch1t3cht 2022-11-09 09:36:32 +01:00
parent 7ddfef7517
commit c0edbb2710
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ void MarkDrawings(std::string const& str, std::vector<DialogueToken> &tokens) {
goto tag_p;
if (!drawing_start)
drawing_start = i + 2;
if (drawing_end == drawing_start + 1)
if (drawing_end == drawing_start)
goto tag_p;
// We found a clip between drawing_start and drawing_end. Now, join