Skip to content

Commit

Permalink
remove Frustum
Browse files Browse the repository at this point in the history
Signed-off-by: Todica Ionut <[email protected]>
  • Loading branch information
TodicaIonut authored Dec 18, 2024
1 parent 4d9958e commit 04f41fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind11/PyBindImath/pybindimathmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PYBIND11_MODULE(pybindimath, m)
PyBindImath::register_imath_plane(m);
PyBindImath::register_imath_line(m);
PyBindImath::register_imath_euler(m);
PyBindImath::register_imath_frustum(m);
// PyBindImath::register_imath_frustum(m)


//
Expand Down

0 comments on commit 04f41fa

Please sign in to comment.