mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
compilation issue
This commit is contained in:
parent
b1bfc2bcb9
commit
0d13a968db
@ -152,9 +152,9 @@ run_main_loop() {
|
|||||||
|
|
||||||
// Now wait while we process pending requests.
|
// Now wait while we process pending requests.
|
||||||
while (!time_to_exit()) {
|
while (!time_to_exit()) {
|
||||||
P3D_instance *inst = P3D_check_request(wait_cycle);
|
P3D_instance *inst = P3D_check_request_ptr(wait_cycle);
|
||||||
if (inst != (P3D_instance *)NULL) {
|
if (inst != (P3D_instance *)NULL) {
|
||||||
P3D_request *request = P3D_instance_get_request(inst);
|
P3D_request *request = P3D_instance_get_request_ptr(inst);
|
||||||
if (request != (P3D_request *)NULL) {
|
if (request != (P3D_request *)NULL) {
|
||||||
handle_request(request);
|
handle_request(request);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user