mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Removed silly outputs for debugging purposes.
This commit is contained in:
parent
97022c2df0
commit
f13c9097af
@ -241,12 +241,6 @@ simulate(float dt) {
|
||||
void PhysxScene::
|
||||
fetch_results() {
|
||||
|
||||
#ifdef NX64
|
||||
cout << "<64bit>";
|
||||
#else
|
||||
cout << "<32bit>";
|
||||
#endif
|
||||
|
||||
nassertv(_error_type == ET_ok);
|
||||
nassertv(_ptr != NULL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user