Fix hole card rendering

This commit is contained in:
nak 2026-03-21 23:25:56 +00:00
parent 6a8800dc64
commit 22fd48f70a

View file

@ -187,18 +187,6 @@
} }
} }
// ── web entity event listener ────────────────────────────────
function onWebEventReceived(id, data) {
if (id !== _rendererID) return;
try {
var msg = JSON.parse(data);
if (msg.type === "cardTexture") {
onTextureReady(msg.dataURI);
}
} catch(e) {}
}
// ── lifecycle ──────────────────────────────────────────────── // ── lifecycle ────────────────────────────────────────────────
this.preload = function(entityID) { this.preload = function(entityID) {