Fixed very simple issue
- if (x<0 || x>pow(2,z)-1 || - y<0 || y>pow(2,z)-1) + if (x<0 || x>pow(2.0,z)-1 || + y<0 || y>pow(2.0,z)-1)
Accepted and Closed; This was already patched a while ago.
Log in to post a comment.
Accepted and Closed; This was already patched a while ago.