summaryrefslogtreecommitdiff
path: root/frontend/_rigidbody/shaders/orthographic.frag
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/_rigidbody/shaders/orthographic.frag')
-rw-r--r--frontend/_rigidbody/shaders/orthographic.frag5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/_rigidbody/shaders/orthographic.frag b/frontend/_rigidbody/shaders/orthographic.frag
deleted file mode 100644
index 84b6b2e..0000000
--- a/frontend/_rigidbody/shaders/orthographic.frag
+++ /dev/null
@@ -1,5 +0,0 @@
-varying lowp vec4 VertexColor;
-
-void main() {
- gl_FragColor = VertexColor;
-} \ No newline at end of file