debug
This commit is contained in:
parent
18b4bc00b2
commit
37d164e7b4
|
@ -65,6 +65,7 @@ public:
|
|||
}
|
||||
|
||||
void** ptr = reinterpret_cast<void**>(RTC_PLUGINS_ARRAY_API);
|
||||
std::cout << "ptr:" << ptr << std::endl;
|
||||
if (!ptr || !ptr[93]) {
|
||||
std::cerr << "NumPy API corrupt! Expected at 93: "
|
||||
<< (ptr ? (void*)ptr[93] : nullptr) << std::endl;
|
||||
|
|
Loading…
Reference in New Issue