diff options
Diffstat (limited to 'NET/worlds/scape/PosableShape.java')
| -rw-r--r-- | NET/worlds/scape/PosableShape.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NET/worlds/scape/PosableShape.java b/NET/worlds/scape/PosableShape.java index 7ed5610..d3caafe 100644 --- a/NET/worlds/scape/PosableShape.java +++ b/NET/worlds/scape/PosableShape.java @@ -65,7 +65,7 @@ public class PosableShape extends Shape implements FrameHandler, Prerenderable, }; private Hashtable<Object, Vector<Object>> actions; private int scanPos; - private static Material origMat = new Material(null); + private static Material origMat = new Material((Texture)null); public static String base64 = "-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ+"; private static String[] permittedList = ServerTableManager.instance().getTable("permittedList"); private static String[] faceList = ServerTableManager.instance().getTable("faceList"); |