imgui (#10)
Co-authored-by: Persson-dev <sim16.prib@gmail.com> Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
@@ -232,12 +232,10 @@ public class DDDView extends GameAdaptator implements GameListener {
|
||||
}
|
||||
|
||||
public void run() {
|
||||
/*
|
||||
this.window.addRegularTask((delta) -> {
|
||||
final float angle = 1f;
|
||||
this.camera.setRotateAngle(this.camera.getRotateAngle() + angle * delta);
|
||||
});
|
||||
*/
|
||||
// this.window.addRegularTask((delta) -> {
|
||||
// final float angle = 1f;
|
||||
// this.camera.setRotateAngle(this.camera.getRotateAngle() + angle * delta);
|
||||
// });
|
||||
this.window.run();
|
||||
|
||||
// free OpenGL resources
|
||||
|
||||
Reference in New Issue
Block a user