mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Fix compiler warning
This commit is contained in:
parent
4f005fbfb5
commit
7bb2991ccb
@ -185,7 +185,7 @@ do_update(Thread *current_thread) {
|
||||
static const size_t buffer_size = 1024;
|
||||
char buffer[buffer_size];
|
||||
|
||||
char *pattern = "Nodes: %d\n"
|
||||
const char *pattern = "Nodes: %d\n"
|
||||
"Instances: %d\n"
|
||||
"Transforms: %d\n"
|
||||
"Nodes with Attribs: %d\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user