Advertisement
DarkoreXOR

Untitled

Jul 13th, 2020
960
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. for (int i = std::floor(coordinateY / 32); i < std::ceil(coordinateY + height) / 32; i++)
  2. for (int j = std::floor(coordinateX / 32); j < std::ceil(coordinateX + width) / 32; j++)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement