Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
TextureMap is now an interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAreAllTheseTaken committed Dec 5, 2019
1 parent e977b96 commit 6efd89f
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 332 deletions.
2 changes: 1 addition & 1 deletion RPGOnline2/src/io/github/tomaso2468/rpgonline/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ protected void init() throws RenderException {
renderer.setMouseGrab(mouseGrabbed);

if (textures == null) {
textures = new TextureMap();
textures = new TextureMapImpl();
}
textures.setRenderer(renderer);
if (audio == null) {
Expand Down
Loading

0 comments on commit 6efd89f

Please sign in to comment.