readd the thingy but uhh

This commit is contained in:
altalk23 2023-09-14 15:53:24 +03:00
parent 0e324c444c
commit 7bfc4e438e

View file

@ -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;
}