()
| 35 | } |
| 36 | |
| 37 | public Texture getImage() { |
| 38 | return ImageCache.getInstance().getImage(key, true); |
| 39 | } |
| 40 | |
| 41 | public Texture getImage(String mykey) { |
| 42 | return ImageCache.getInstance().getImage(mykey, true); |
nothing calls this directly
no test coverage detected