mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 07:17:26 +07:00
Removed extra logging
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user