mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
minor changes
This commit is contained in:
parent
ef2e8f613e
commit
1c48883e97
@ -102,7 +102,7 @@ read_all() {
|
||||
|
||||
// Load the DC files in opposite order, because we want to load the
|
||||
// least-important (most fundamental) files first.
|
||||
for (int i = size - 1; i >= 0; i--) {
|
||||
for (int i = size - 1; i >= 0; --i) {
|
||||
string dc_file = ExecutionEnvironment::expand_string(dc_files[i]);
|
||||
Filename filename = Filename::from_os_specific(dc_file);
|
||||
if (!read(filename)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user