Update TODO list

This commit is contained in:
Sollace 2018-08-06 20:43:05 +02:00
parent 7dc5b81f85
commit 886113ebd9
2 changed files with 1 additions and 2 deletions

View file

@ -254,6 +254,7 @@ public final class HDSkinManager implements IResourceManagerReloadListener {
this.skinServers.add(skinServer);
}
// TODO: Why is this deprecated?
@Deprecated
public SkinServer getGatewayServer() {
return this.skinServers.get(0);

View file

@ -20,8 +20,6 @@ import net.minecraft.util.ResourceLocation;
import javax.annotation.Nonnull;
// TODO: A lot of this duplicates RenderPonyPlayer
// and is the whole reason we had this scaling bug in the first place.
public abstract class RenderPonyMob<T extends EntityLiving> extends RenderLiving<T> implements IRenderPony<T> {
protected final RenderPony<T> renderPony = new RenderPony<T>(this);