Skip to content
Snippets Groups Projects
Commit 62ce90ff authored by mano-wii's avatar mano-wii
Browse files

mesh_snap_utilities_line: dereference global snap_context

Missed in the last commit
parent a5ebaabe
No related branches found
No related tags found
No related merge requests found
...@@ -569,3 +569,4 @@ def global_snap_context_get(depsgraph, region, space): ...@@ -569,3 +569,4 @@ def global_snap_context_get(depsgraph, region, space):
def global_snap_context_destroy(): def global_snap_context_destroy():
if _Internal.global_snap_context != None: if _Internal.global_snap_context != None:
_Internal.global_snap_context.free() _Internal.global_snap_context.free()
_Internal.global_snap_context = None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment