mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
readd the thingy but uhh
This commit is contained in:
parent
0e324c444c
commit
7bfc4e438e
1 changed files with 3 additions and 3 deletions
|
@ -157,9 +157,9 @@ std::string generateBindingSource(Root const& root) {
|
|||
// yeah there are no inlines on cocos
|
||||
}
|
||||
else if (auto fn = f.get_as<OutOfLineField>()) {
|
||||
// if ((c.links & codegen::platform) != Platform::None) {
|
||||
// continue;
|
||||
// }
|
||||
if (is_cocos_class(c.name) && (c.links & codegen::platform) != Platform::None) {
|
||||
continue;
|
||||
}
|
||||
if (codegen::getStatus(f) != BindStatus::Unbindable) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue