Skip to content

Commit

Permalink
Fix the duplicate insertion of span string id
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Mar 27, 2017
1 parent e99147d commit bb9ba0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ public class AssetEditor extends CppHexEditor {
def l = s.length
offset += l + lenData.length + 1 // 1 for 0x0

ids.add(it.name)
it.name = stringCount
stringCount++
} else {
Expand Down

0 comments on commit bb9ba0f

Please sign in to comment.