spoint 0.1.622 → 0.1.623

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -160,7 +160,7 @@
160
160
  }
161
161
  })
162
162
 
163
- container.appendChild(editPanel.overlay)
163
+ // createEditPanel self-mounts its overlay to document.body; show() makes it visible.
164
164
  editPanel.show()
165
165
 
166
166
  // Expose for debugging
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoint",
3
- "version": "0.1.622",
3
+ "version": "0.1.623",
4
4
  "description": "Physics and netcode SDK for multiplayer game servers",
5
5
  "type": "module",
6
6
  "workspaces": [