mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
typo in comment
This commit is contained in:
parent
4793ed7b68
commit
4038da84e5
@ -155,7 +155,7 @@ new_collector(int) {
|
|||||||
// Function: GtkStatsMonitor::new_data
|
// Function: GtkStatsMonitor::new_data
|
||||||
// Access: Public, Virtual
|
// Access: Public, Virtual
|
||||||
// Description: Called as each frame's data is made available. There
|
// Description: Called as each frame's data is made available. There
|
||||||
// is no gurantee the frames will arrive in order, or
|
// is no guarantee the frames will arrive in order, or
|
||||||
// that all of them will arrive at all. The monitor
|
// that all of them will arrive at all. The monitor
|
||||||
// should be prepared to accept frames received
|
// should be prepared to accept frames received
|
||||||
// out-of-order or missing.
|
// out-of-order or missing.
|
||||||
|
@ -274,7 +274,7 @@ new_thread(int) {
|
|||||||
// Function: PStatMonitor::new_data
|
// Function: PStatMonitor::new_data
|
||||||
// Access: Public, Virtual
|
// Access: Public, Virtual
|
||||||
// Description: Called as each frame's data is made available. There
|
// Description: Called as each frame's data is made available. There
|
||||||
// is no gurantee the frames will arrive in order, or
|
// is no guarantee the frames will arrive in order, or
|
||||||
// that all of them will arrive at all. The monitor
|
// that all of them will arrive at all. The monitor
|
||||||
// should be prepared to accept frames received
|
// should be prepared to accept frames received
|
||||||
// out-of-order or missing. The use of the
|
// out-of-order or missing. The use of the
|
||||||
|
@ -143,7 +143,7 @@ new_collector(int collector_index) {
|
|||||||
// Function: WinStatsMonitor::new_data
|
// Function: WinStatsMonitor::new_data
|
||||||
// Access: Public, Virtual
|
// Access: Public, Virtual
|
||||||
// Description: Called as each frame's data is made available. There
|
// Description: Called as each frame's data is made available. There
|
||||||
// is no gurantee the frames will arrive in order, or
|
// is no guarantee the frames will arrive in order, or
|
||||||
// that all of them will arrive at all. The monitor
|
// that all of them will arrive at all. The monitor
|
||||||
// should be prepared to accept frames received
|
// should be prepared to accept frames received
|
||||||
// out-of-order or missing.
|
// out-of-order or missing.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user