mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Fix interrogate regression that broke multiview support
This commit is contained in:
parent
c130d25193
commit
52288e299b
@ -2636,7 +2636,7 @@ write_module_class(ostream &out, Object *obj) {
|
||||
write_function_slot(out, 2, slots, "bf_getsegcount");
|
||||
write_function_slot(out, 2, slots, "bf_getcharbuffer");
|
||||
out << "#endif\n";
|
||||
out << "#if PY_MAJOR_VERSION >= 0x02060000\n";
|
||||
out << "#if PY_VERSION_HEX >= 0x02060000\n";
|
||||
write_function_slot(out, 2, slots, "bf_getbuffer");
|
||||
write_function_slot(out, 2, slots, "bf_releasebuffer");
|
||||
out << "#endif\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user