Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
camila314 2023-08-21 22:20:26 -05:00
commit 4dc143964e
2 changed files with 3 additions and 1 deletions

View file

@ -143,7 +143,7 @@ jobs:
- name: Zip Windows Artifacts
uses: vimtor/action-zip@v1.1
with:
files: geode-win/XInput9_1_0.dll geode-win/Geode.dll geode-win/GeodeUpdater.exe geode-win/Geode.lib
files: geode-win/XInput9_1_0.dll geode-win/Geode.dll geode-win/GeodeUpdater.exe geode-win/Geode.lib geode-win/Geode.pdb
dest: geode-${{ steps.ref.outputs.hash }}-win.zip
# TODO change in 2.0.0

View file

@ -68,6 +68,8 @@ public:
*/
~CCActionManager(void);
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCActionManager, CCObject);
// actions
/** Adds an action with a target.