move a profiler to a better place

This commit is contained in:
James Seibel
2020-09-02 22:12:27 -05:00
parent 17e2efc3d1
commit 614369b613
@@ -288,8 +288,6 @@ public class LodRenderer
//===========//
// rendering //
//===========//
mc.world.profiler.endStartSection("LOD pre draw");
// send the LODs over to the GPU
sendDataToGPU(lodArray, colorArray, cameraX, cameraY ,cameraZ);
@@ -386,7 +384,9 @@ public class LodRenderer
* @param colorArray
*/
private void sendDataToGPU(AxisAlignedBB[] bbArray, Color[] colorArray, double cameraX, double cameraY, double cameraZ)
{
{
mc.world.profiler.endStartSection("LOD pre draw");
int red;
int green;
int blue;