mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
*** empty log message ***
This commit is contained in:
parent
4d5aa17daf
commit
82e8d4f6ef
@ -278,7 +278,8 @@ run() {
|
||||
// previously. This will recover all of the state saved from the
|
||||
// past session.
|
||||
if (!state_file.open_read(state_filename)) {
|
||||
nout << state_filename << " exists, but cannot be read. Perhaps you should remove it so a new one can be created.\n";
|
||||
nout << FilenameUnifier::make_user_filename(state_filename)
|
||||
<< " exists, but cannot be read. Perhaps you should remove it so a new one can be created.\n";
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user