That should call the superclass method.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1162 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -54,7 +54,7 @@ public class FileStream extends URLStream
|
||||
public void queueFile (File file, boolean loop)
|
||||
{
|
||||
try {
|
||||
_queue.add(new QueuedFile(file.toURI().toURL(), loop));
|
||||
queueFile(file.toURI().toURL(), loop);
|
||||
} catch (MalformedURLException e) {
|
||||
log.warning("Invalid file url.", "file", file, e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user