There is no preview when holding left click in the inventory to distribute a stack into multiple locations. #742
Labels
bug
something isn't working in the intended way
contributor friendly
this issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers
ui/ux
Milestone
This has been removed in 3a4a695 to push for a better inventory interface. This preview must not modify the actual inventory data, which could lead to synchronization problems.
This could be fixed by introducing a preview
?ItemStack
to theItemSlot
that gets prioritized over the actual data from the inventory when present.The relevant code is in
gui.zig
ininventory.update()
The text was updated successfully, but these errors were encountered: