ImageManager was referencing miso.Log rather than media.Log.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@563 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-25 22:10:32 +00:00
parent 976e219f56
commit 0b181954df
@@ -1,16 +1,17 @@
//
// $Id: ImageManager.java,v 1.4 2001/09/06 01:35:05 shaper Exp $
// $Id: ImageManager.java,v 1.5 2001/10/25 22:10:32 mdb Exp $
package com.threerings.media;
import com.threerings.miso.Log;
import com.threerings.resource.ResourceManager;
import java.awt.*;
import java.awt.image.*;
import java.io.IOException;
import java.util.Hashtable;
import com.threerings.resource.ResourceManager;
import com.threerings.media.Log;
/**
* The ImageManager class provides a single point of access for image
* retrieval and caching.