We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e96f8 commit 61c93d8Copy full SHA for 61c93d8
1 file changed
examples/dynamic_materials.py
@@ -178,7 +178,7 @@ def build_ias(state):
178
179
def create_module(state):
180
if DEBUG:
181
- exception_flags=ox.ExceptionFlags.DEBUG | ox.ExceptionFlags.TRACE_DEPTH | ox.ExceptionFlags.STACK_OVERFLOW,
+ exception_flags=ox.ExceptionFlags.DEBUG | ox.ExceptionFlags.TRACE_DEPTH | ox.ExceptionFlags.STACK_OVERFLOW
182
else:
183
exception_flags=ox.ExceptionFlags.NONE
184
0 commit comments