mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-03-03 22:21:53 +07:00
Removed extra logging
This commit is contained in:
parent
faf8743a75
commit
7aa3f448ee
@ -54,7 +54,6 @@ public class Cursor implements ItemData.LocationListener {
|
||||
}
|
||||
|
||||
public void setCursor(DC dc, Index colormap, int id) {
|
||||
Gdx.app.log(TAG, "setCursor " + dc);
|
||||
if (cursor == null) {
|
||||
Pixmap pixmap = new Pixmap(1, 1, Pixmap.Format.RGBA8888);
|
||||
cursor = Gdx.graphics.newCursor(pixmap, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user