Sfoglia il codice sorgente

Fixed generics debug line number generation.

woollybah 8 anni fa
parent
commit
db09288388
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      toker.bmx

+ 1 - 0
toker.bmx

@@ -106,6 +106,7 @@ Type TToker
 		_lines=toker._lines
 		_lookingForEndRem=toker._lookingForEndRem
 		_preprocess=toker._preprocess
+		_lineOffset=toker._lineOffset
 		Return Self
 	End Method