We're not generating that colorization for our health. We need to return
it to the caller! git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2345 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ColorPository.java,v 1.1 2003/01/31 23:10:45 mdb Exp $
|
// $Id: ColorPository.java,v 1.2 2003/03/29 02:30:14 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.media.image;
|
package com.threerings.media.image;
|
||||||
|
|
||||||
@@ -261,7 +261,7 @@ public class ColorPository implements Serializable
|
|||||||
if (crec != null) {
|
if (crec != null) {
|
||||||
ColorRecord color = (ColorRecord)crec.colors.get(colorId);
|
ColorRecord color = (ColorRecord)crec.colors.get(colorId);
|
||||||
if (color != null) {
|
if (color != null) {
|
||||||
color.getColorization();
|
return color.getColorization();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user