fix a typo in LodRenderer

This commit is contained in:
James Seibel
2023-11-04 10:01:24 -05:00
parent 4b8f27ed78
commit 5610d9bc0a
@@ -619,7 +619,7 @@ public class LodRenderer
if (GLProxy.getInstance() == null)
{
// shouldn't normally happen, but just in case
EVENT_LOGGER.warn("Renderer Cleanup called but the GLProxy has never been initalized!");
EVENT_LOGGER.warn("Renderer Cleanup called but the GLProxy has never been initialized!");
return;
}