Skip to content

Commit ddf3dd7

Browse files
committed
maybe fix
1 parent 9c0e9fa commit ddf3dd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"geode": "4.0.0-beta.1",
2+
"geode": "4.0.1",
33
"gd": {
44
"win": "2.2074",
55
"android": "2.2074",
@@ -8,7 +8,7 @@
88
},
99
"id": "alphalaneous.fine_outline",
1010
"name": "Fine Outline",
11-
"version": "v1.0.9",
11+
"version": "v1.0.11",
1212
"developer": "Alphalaneous",
1313
"description": "Change the black outline color of icons!",
1414
"dependencies": [

src/CCSpriteBatchNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BatchHandler {
2323

2424
class $modify(MyCCSpriteBatchNode, CCSpriteBatchNode) {
2525
struct Fields {
26-
CCSpriteBatchNode* m_self;
26+
Ref<CCSpriteBatchNode> m_self;
2727
~Fields() {
2828
BatchHandler::get().m_batchNodes.erase(m_self);
2929
}

0 commit comments

Comments
 (0)