Skip to content

Commit

Permalink
♻️ weighttable weight increase val changed
Browse files Browse the repository at this point in the history
  • Loading branch information
JH747 committed Dec 6, 2023
1 parent 2bf88e6 commit 981e3e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class WeightTableRepository @Inject constructor(
val weights = targetRow.weights
val preSymbolWeights = weights.toIntArray() // 앞 symbol의 weights

preSymbolWeights[dbIndex2] += 5
preSymbolWeights[dbIndex2] += 10

val aftSymbolWeights = preSymbolWeights

Expand Down

0 comments on commit 981e3e6

Please sign in to comment.