no highp on blur shader

This commit is contained in:
minjaesong
2023-08-11 13:03:45 +09:00
parent d1b4ce3404
commit 77b51a45dd
2 changed files with 2 additions and 1 deletions

View File

@@ -1785,6 +1785,7 @@ open class ActorWithBody : Actor {
}
}
batch.color = Color.WHITE
}
}

View File

@@ -1,6 +1,6 @@
#version 150
#ifdef GL_ES
precision highp float;
precision mediump float;
#endif