Add a todo comment

This commit is contained in:
James Seibel
2020-09-03 22:51:21 -05:00
parent 4a7453bfc4
commit 76093af626
@@ -53,6 +53,7 @@ public class ClientProxy extends CommonProxy
@SubscribeEvent
public void fovUpdateEvent(FOVUpdateEvent event)
{
// TODO make it transition between the last fov
renderer.updateFOVModifier(event.getNewfov());
}