Skip to content

Commit a2832f3

Browse files
committed
Bump version, fix one more copy
1 parent 09b3eaa commit a2832f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "alphalaneous.alphas_geode_utils",
1010
"name": "Alpha's Geode Utils",
11-
"version": "v1.0.0",
11+
"version": "v1.0.1",
1212
"developer": "Alphalaneous",
1313
"description": "Miscellaneous utilities for Geode Modding",
1414
"api": {

src/NodeModding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void NodeModding::handleNode(CCNode* node) {
2121
return left.priority < right.priority;
2222
});
2323

24-
for (auto pair : methods) {
24+
for (auto& pair : methods) {
2525
pair.method(node);
2626
}
2727
}

0 commit comments

Comments
 (0)