Skip to content

BlockSize Bug #32

@acechler

Description

@acechler

BlockSize Bug

Possible Fixes

  1. This appears to be a math issue; it is possible that this can be fixed by using modulo.
  2. Check if block offset is messing with calculations.

 
The division of block size with width and height. Sometimes weird results such as
let blockSize = 5; will populate the screen with more rectangles. A result such as let blockSize = 25; will display the desired outcome.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions