mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
revert the fix
This commit is contained in:
parent
b8a43705fe
commit
4ab71973fd
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,9 @@ struct CCTextInputNodeFix : Modify<CCTextInputNodeFix, CCTextInputNode> {
|
|||
// ignoreAnchorPointForPosition which causes the content size of
|
||||
// text input nodes to be way off
|
||||
|
||||
#if 0
|
||||
// this doesnt work either
|
||||
|
||||
#include <Geode/modify/CCTextInputNode.hpp>
|
||||
|
||||
struct $modify(CCTextInputNode) {
|
||||
|
@ -60,3 +63,5 @@ struct $modify(CCTextInputNode) {
|
|||
this->fixPosition();
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue