Skip to content

Commit

Permalink
fix render empty scene
Browse files Browse the repository at this point in the history
  • Loading branch information
fbxiang committed Jan 7, 2024
1 parent d78b038 commit 8fd6517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rd_party/sapien-vulkan-2
2 changes: 1 addition & 1 deletion python/py_package/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ def set_cuda_tensor_backend(backend: str) -> None:
"""
def set_log_level(level: str) -> None:
pass
__version__ = '3.0.0.dev20240106+7383dc08'
__version__ = '3.0.0.dev20240107+d78b038a'
SceneConfig = sapien.pysapien.physx.PhysxSceneConfig

0 comments on commit 8fd6517

Please sign in to comment.