From 79a2fe793a3ad3ace5cef4957cc90ce82be6acf1 Mon Sep 17 00:00:00 2001 From: alk <45172705+altalk23@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:21:53 +0300 Subject: [PATCH] Update CCLightning.h --- loader/include/Geode/cocos/robtop/special_nodes/CCLightning.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/include/Geode/cocos/robtop/special_nodes/CCLightning.h b/loader/include/Geode/cocos/robtop/special_nodes/CCLightning.h index 78e204ad..92ae9a7b 100644 --- a/loader/include/Geode/cocos/robtop/special_nodes/CCLightning.h +++ b/loader/include/Geode/cocos/robtop/special_nodes/CCLightning.h @@ -11,7 +11,7 @@ class CCLightning : public CCNode, public CCRGBAProtocol { public: CCLightning(); virtual ~CCLightning(); - GEODE_CUSTOM_CONSTRUCTOR_GD(CCLightning, CCNode); + GEODE_CUTOFF_CONSTRUCTOR_GD(CCLightning, CCNode); static CCLightning* lightningWithStrikePoint(CCPoint strikePoint, CCPoint strikePoint2, float duration); static CCLightning* lightningWithStrikePoint(CCPoint strikePoint);