Skip to content

Commit

Permalink
add assert for GJRequestCell
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Nov 26, 2024
1 parent 59ddfc0 commit 2c694ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hooks/GJRequestCell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ using namespace geode::prelude;
#include <Geode/modify/FRequestProfilePage.hpp>
class BI_DLL $modify(FRequestProfilePage) {
void setupCommentsBrowser(cocos2d::CCArray* requests) {
static_assert(&FRequestProfilePage::setupCommentsBrowser, "Hook not implemented");

if(m_listLayer) {
auto director = cocos2d::CCDirector::sharedDirector();
auto touchDispatcher = director->getTouchDispatcher();
Expand Down

0 comments on commit 2c694ad

Please sign in to comment.