Skip to content

[LUA] Fixed last index buffering

Zdeněk Mlynář requested to merge bugfix/nb_s0_def_missing_index into master

When last index was equal to "currentStoreIdx", while loop was finished, and last index wasn't stored into the buffer since "idx" is reduced by 1 before the statement. Fixed by adding the value into the buffer withing the statement before break.

Merge request reports