Fix hole card rendering
This commit is contained in:
parent
6a8800dc64
commit
22fd48f70a
1 changed files with 0 additions and 12 deletions
|
|
@ -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 ────────────────────────────────────────────────
|
||||
|
||||
this.preload = function(entityID) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue