We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0e9fa commit ddf3dd7Copy full SHA for ddf3dd7
mod.json
@@ -1,5 +1,5 @@
1
{
2
- "geode": "4.0.0-beta.1",
+ "geode": "4.0.1",
3
"gd": {
4
"win": "2.2074",
5
"android": "2.2074",
@@ -8,7 +8,7 @@
8
},
9
"id": "alphalaneous.fine_outline",
10
"name": "Fine Outline",
11
- "version": "v1.0.9",
+ "version": "v1.0.11",
12
"developer": "Alphalaneous",
13
"description": "Change the black outline color of icons!",
14
"dependencies": [
src/CCSpriteBatchNode.h
@@ -23,7 +23,7 @@ class BatchHandler {
23
24
class $modify(MyCCSpriteBatchNode, CCSpriteBatchNode) {
25
struct Fields {
26
- CCSpriteBatchNode* m_self;
+ Ref<CCSpriteBatchNode> m_self;
27
~Fields() {
28
BatchHandler::get().m_batchNodes.erase(m_self);
29
}
0 commit comments