mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
added a much-needed 'info' notify output for loading audio files
This commit is contained in:
parent
fb9d65b149
commit
d4bb6e276a
@ -148,6 +148,7 @@ get_sound(const string &file_name, bool, int) {
|
|||||||
|
|
||||||
VirtualFileSystem *vfs = VirtualFileSystem::get_global_ptr();
|
VirtualFileSystem *vfs = VirtualFileSystem::get_global_ptr();
|
||||||
vfs->resolve_filename(path, get_model_path());
|
vfs->resolve_filename(path, get_model_path());
|
||||||
|
audio_info("Reading "<<path);
|
||||||
audio_debug(" resolved file_name is '"<<path<<"'");
|
audio_debug(" resolved file_name is '"<<path<<"'");
|
||||||
|
|
||||||
PT(SoundData) sd;
|
PT(SoundData) sd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user