mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
write entire ddb
This commit is contained in:
parent
b803511934
commit
212b8ae300
@ -31,7 +31,7 @@ main(int argc, char *argv[]) {
|
||||
Filename client_ddb = Filename::from_os_specific(argv[2]);
|
||||
|
||||
DownloadDb db(server_ddb, client_ddb);
|
||||
db.output_version_map(cout);
|
||||
db.write(cout);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user