Loading src/main/java/bouncingshape/MainThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -318,7 +318,7 @@ public class MainThread extends JFrame implements KeyListener { framePerSecond = frameIndex; frameIndex = 0; lastDraw = currentTime; this.setTitle(String.format("FPS: %d | Triangles: %d", framePerSecond, triangleCount)); this.setTitle(String.format("FPS: %d | Triangles: %d", framePerSecond, this.vbo.triangleCount)); } } Loading Loading
src/main/java/bouncingshape/MainThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -318,7 +318,7 @@ public class MainThread extends JFrame implements KeyListener { framePerSecond = frameIndex; frameIndex = 0; lastDraw = currentTime; this.setTitle(String.format("FPS: %d | Triangles: %d", framePerSecond, triangleCount)); this.setTitle(String.format("FPS: %d | Triangles: %d", framePerSecond, this.vbo.triangleCount)); } } Loading