mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-03-04 06:32:37 +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) {
|
public void setCursor(DC dc, Index colormap, int id) {
|
||||||
Gdx.app.log(TAG, "setCursor " + dc);
|
|
||||||
if (cursor == null) {
|
if (cursor == null) {
|
||||||
Pixmap pixmap = new Pixmap(1, 1, Pixmap.Format.RGBA8888);
|
Pixmap pixmap = new Pixmap(1, 1, Pixmap.Format.RGBA8888);
|
||||||
cursor = Gdx.graphics.newCursor(pixmap, 0, 0);
|
cursor = Gdx.graphics.newCursor(pixmap, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user