Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-semyonov committed Sep 25, 2024
1 parent 016d406 commit 9c44f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Generator/Generator/BuiltinGen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ func generateBuiltinOperators (_ p: Printer,
}

if hasCustomImplementation {
p("#endif // CUSTOM_BUILTIN_IMPLEMENTATIONS")
p("#endif // !CUSTOM_BUILTIN_IMPLEMENTATIONS")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftGodot/Core/CustomBultinImplementations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ public extension Vector3 {
}
}

#endif
#endif // CUSTOM_BUILTIN_IMPLEMENTATIONS

0 comments on commit 9c44f37

Please sign in to comment.