mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-22 02:17:18 +01:00
Fix typo in edge map generation code. This should just make it more optimal by not not adding vertices multiple times to a single edge vertex map.
This commit is contained in:
parent
8a2da58680
commit
57a58a58ab
@ -112,7 +112,7 @@ static func get_handle_edge_to_vertex_map(arrays : Array) -> Array:
|
|||||||
break
|
break
|
||||||
|
|
||||||
if !found:
|
if !found:
|
||||||
vm.append_array(vm1)
|
vm.append(vi)
|
||||||
|
|
||||||
handle_to_vertex_map.append(vm)
|
handle_to_vertex_map.append(vm)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user