Skip to content

Commit

Permalink
Move
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Jul 2, 2024
1 parent 1206126 commit e0e4a2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ data class Blueprint(
i++
}

progress.set(i.toFloat() / totalBlocks)
progress.set(i / totalBlocks.toFloat())
}

PlacedBlueprint(this, position)
Expand Down

0 comments on commit e0e4a2e

Please sign in to comment.