Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Jul 22, 2024
1 parent 85ad5ee commit 8164cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeModding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using namespace geode::prelude;
#include <Geode/modify/CCSprite.hpp>
modifyNodeForTypeCreate(CCSprite, create, (), ());


#ifndef GEODE_IS_MACOS
modifyNodeForTypeCreate(CCSprite, createWithTexture, (CCTexture2D *p0, const CCRect& p1), (p0, p1));
#endif

Expand Down

0 comments on commit 8164cb2

Please sign in to comment.