mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
pstats: Fix compilation without HAVE_THREADS or with SIMPLE_THREADS
This commit is contained in:
parent
550aad7024
commit
59eb1510b9
@ -91,6 +91,7 @@ client_resume_after_pause() {
|
|||||||
_delta -= delta;
|
_delta -= delta;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(HAVE_THREADS) && !defined(SIMPLE_THREADS)
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ -99,3 +100,4 @@ QueuedFrame(int thread_index, int frame_number) :
|
|||||||
_thread_index(thread_index),
|
_thread_index(thread_index),
|
||||||
_frame_number(frame_number) {
|
_frame_number(frame_number) {
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user