Skip to content

Commit

Permalink
RayShape3D was removed for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuma committed Aug 26, 2021
1 parent 2a928f6 commit 3956afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vsk_avatar_validator.gd
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ var valid_resource_whitelist = {
"PrimitiveMesh": PrimitiveMesh,
"PrismMesh": PrismMesh,
"ProxyTexture": ProxyTexture,
"RayShape3D": RayShape3D,
# "RayShape3D": RayShape3D,
"QuadMesh": QuadMesh,
"Resource": Resource,
"Shader": Shader,
Expand Down
2 changes: 1 addition & 1 deletion vsk_map_validator.gd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var valid_resource_whitelist = {
"PrimitiveMesh": PrimitiveMesh,
"PrismMesh": PrismMesh,
"ProxyTexture": ProxyTexture,
"RayShape3D": RayShape3D,
# "RayShape3D": RayShape3D,
"QuadMesh": QuadMesh,
"Resource": Resource,
"Shader": Shader,
Expand Down

0 comments on commit 3956afd

Please sign in to comment.