amongous
This commit is contained in:
parent
c6f5ab3438
commit
3d1a427dcf
2 changed files with 41 additions and 5 deletions
|
|
@ -88,7 +88,7 @@ socket.on("pixel-update", async (msg) => {
|
|||
// Buttons
|
||||
//
|
||||
async function placePixelButton() {
|
||||
const { posX, posY, color } = getPlacementData();
|
||||
const { color, posX, posY } = getPlacementData();
|
||||
|
||||
await placePixel(room, posX, posY, color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue