Open rladstaetter opened 4 weeks ago
On Windows there seems to be an issue with the 'mousemoved' handler for the blockview.
An exception is thrown, complaining about an array out of bounds issue.
It is easily reproducible by just moving the mouse on the blockview, and can be disabled by commenting out the mousemoved handler in ChunkListCell.
mousemoved
On Windows there seems to be an issue with the 'mousemoved' handler for the blockview.
An exception is thrown, complaining about an array out of bounds issue.
It is easily reproducible by just moving the mouse on the blockview, and can be disabled by commenting out the
mousemoved
handler in ChunkListCell.