This commit is contained in:
wangjiyu 2025-04-10 21:15:38 +08:00
parent be8721a167
commit ee42415e7c
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ BOOST_PYTHON_MODULE(rtc_plugins) {
throw std::runtime_error("Invalid NumPy API state");
} else {
RTCContext::instance().setNumpyApi(numpyApi);
std::cout << "set numpyApi succ" << std::endl;
std::cout << "set numpyApi succ:" << numpyApi[93] << std::endl;
}
/*