changed shaders enough that the game now runs on Apple M2

This commit is contained in:
minjaesong
2023-02-28 17:47:09 +09:00
parent 2c86c6a461
commit cba24456e9
7 changed files with 14 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ object TerrarumPostProcessor : Disposable {
batch.projectionMatrix = camera.combined
shapeRenderer = ShapeRenderer()
shapeRenderer = App.makeShapeRenderer()
shapeRenderer.projectionMatrix = camera.combined
Gdx.gl20.glViewport(0, 0, App.scr.width, App.scr.height)