mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
whoops, debug statement
This commit is contained in:
parent
512197c7d3
commit
c42b8a412a
@ -21,7 +21,6 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE bool VirtualFileSystem::
|
INLINE bool VirtualFileSystem::
|
||||||
exists(const Filename &filename) const {
|
exists(const Filename &filename) const {
|
||||||
cerr << "exists: " << filename << "\n";
|
|
||||||
return get_file(filename, true) != (VirtualFile *)NULL;
|
return get_file(filename, true) != (VirtualFile *)NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user