nanoandrew4 / RPG-Game

RPG style game written in Java based in a fantasy/medieval setting
GNU General Public License v3.0
0 stars 0 forks source link

World loading renders same tile infinitely #7

Closed nanoandrew4 closed 7 years ago

nanoandrew4 commented 7 years ago

Thought it was fixed... apparently not...

nanoandrew4 commented 7 years ago

Does not have to do with tiles loading infinitely, but with tile change detection moving more than a tile at a time and throwing part of the tile loading off

nanoandrew4 commented 7 years ago

Fixed in commit 94f542eaa545bd73ba3c545f42a32940ef7aa3af was just a mess up with position in imageView array (see changes in OverworldView for more details)