disable CCTextInputNodeFix

This commit is contained in:
mat 2023-10-31 14:57:04 -03:00 committed by GitHub
parent d5000c29ae
commit 12231b223c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
// FIXME: This fix ends up breaking some of the vanilla text inputs.
#if 0
#include <Geode/modify/CCTextInputNode.hpp>
using namespace geode::prelude;
@ -24,3 +26,4 @@ struct CCTextInputNodeFix : Modify<CCTextInputNodeFix, CCTextInputNode> {
return true;
}
};
#endif