rbx_loader v0.10.1 improve SurfaceAppearance + allow zero-size mesh

This commit is contained in:
2026-03-04 09:27:18 -08:00
parent 378619045f
commit 5519a9c4d9
3 changed files with 3 additions and 3 deletions

View File

@@ -52,5 +52,5 @@ ratio_ops = { version = "0.1.0", path = "lib/ratio_ops", registry = "strafesnet"
strafesnet_bsp_loader = { version = "0.5.0", path = "lib/bsp_loader", registry = "strafesnet" }
strafesnet_common = { version = "0.8.6", path = "lib/common", registry = "strafesnet" }
strafesnet_deferred_loader = { version = "0.6.0", path = "lib/deferred_loader", registry = "strafesnet" }
strafesnet_rbx_loader = { version = "0.10.0", path = "lib/rbx_loader", registry = "strafesnet" }
strafesnet_rbx_loader = { version = "0.10.1", path = "lib/rbx_loader", registry = "strafesnet" }
strafesnet_snf = { version = "0.3.2", path = "lib/snf", registry = "strafesnet" }