mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
gobj: Fix build error on Windows
This commit is contained in:
parent
d39d40b1fc
commit
21aa31f8c0
@ -313,7 +313,7 @@ read_data(unsigned char *data, size_t size, VertexDataSaveBlock *block) {
|
|||||||
}
|
}
|
||||||
success = GetOverlappedResult(_handle, &overlapped, &bytes_read, false);
|
success = GetOverlappedResult(_handle, &overlapped, &bytes_read, false);
|
||||||
}
|
}
|
||||||
nassertr(bytes_read == size, nullptr);
|
nassertr(bytes_read == size, false);
|
||||||
double finish_time = ClockObject::get_global_clock()->get_real_time();
|
double finish_time = ClockObject::get_global_clock()->get_real_time();
|
||||||
if (gobj_cat.is_debug()) {
|
if (gobj_cat.is_debug()) {
|
||||||
gobj_cat.debug()
|
gobj_cat.debug()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user