mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
change output slightly to be less confusing
This commit is contained in:
parent
46f40930bb
commit
bcc386430d
@ -342,7 +342,7 @@ list_variable(const ConfigVariableCore *variable,
|
|||||||
variable->get_value_type() == ConfigVariableCore::VT_search_path) {
|
variable->get_value_type() == ConfigVariableCore::VT_search_path) {
|
||||||
// We treat a "list" variable as a special case: list all of
|
// We treat a "list" variable as a special case: list all of
|
||||||
// its values.
|
// its values.
|
||||||
nout << " current value =\n";
|
nout << " current value:\n";
|
||||||
int num_references = variable->get_num_trusted_references();
|
int num_references = variable->get_num_trusted_references();
|
||||||
for (int i = 0; i < num_references; i++) {
|
for (int i = 0; i < num_references; i++) {
|
||||||
decl = variable->get_trusted_reference(i);
|
decl = variable->get_trusted_reference(i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user