Vanilla-Expanded / VanillaNutrientPasteExpanded

1 stars 4 forks source link

Fix other gizmos being suppressed by VNPE_NoExtractGizmos tag #2

Closed sumghai closed 9 months ago

sumghai commented 9 months ago

Current implementation of VNPE_NoExtractGizmos tag also inadvertently suppressed other gizmos.

This commit fixes the issue by moving the normal gizmo iterating checks to outside of the VNPE_NoExtractGizmos tag conditional.