bitbrain / braingdx

:video_game: Game jam framework based on libgdx.
Apache License 2.0
84 stars 1 forks source link

Loading an already loaded Tiled Map should return the existing context #204

Closed bitbrain closed 5 years ago

bitbrain commented 5 years ago

Describe the bug Currently, loading an already loaded tiledmap results in the map being loaded again. Instead, loading should be skipped and the existing map should be returned.