mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Update VCardDisplayArea.java
revert
This commit is contained in:
@@ -323,8 +323,6 @@ public abstract class VCardDisplayArea extends VDisplayArea implements ActivateH
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean tap(float x, float y, int count) {
|
public boolean tap(float x, float y, int count) {
|
||||||
if (count > 1) //prevent double choice lists or activate handle
|
|
||||||
return false;
|
|
||||||
if (renderedCardContains(x, y)) {
|
if (renderedCardContains(x, y)) {
|
||||||
ThreadUtil.invokeInGameThread(new Runnable() { //must invoke in game thread in case a dialog needs to be shown
|
ThreadUtil.invokeInGameThread(new Runnable() { //must invoke in game thread in case a dialog needs to be shown
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user