actually fix issues

This commit is contained in:
austin 2021-06-11 23:17:37 -04:00
parent c5bf84a8cd
commit 05eefc9c45

View File

@ -674,10 +674,7 @@ public class RenderUtils {
// currentModel.draw();
// }
}
<<<<<<< HEAD
=======
boolean renderHitboxes = false;
>>>>>>> 1f90094761262a9a137f96e246d1fbd70437a8b8
if(renderHitboxes){
for(Entity currentHitbox : Globals.hitboxManager.getAllHitboxes()){
Model hitboxModel;