It seems like the primary mouse button cannot select items when the optimized release build has been created.
It appears that
mouse_this_frame
isn't being set properly withMOUSE_LEFT
in non-debug builds. The workaround for the jam may be towasm-opt
the debug build to get it under the size limit.
colbyhub referenced this ticket in commit 8a99667.
I've found a temporary fix, but would be nice to find a proper solution.
colbyhub referenced this ticket in commit 8a99667.