polyadvent

A game engine from scratch in C
git clone git://jb55.com/polyadvent
Log | Files | Refs | README

commit 64b40c030481d52b60f76cb804e416a718980d95
parent 996d503d130667acb41fd082bf19a4c983a5fc41
Author: William Casarin <jb55@jb55.com>
Date:   Tue,  6 Nov 2018 19:15:57 -0800

fix profile

Diffstat:
Metc/shaders/profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/shaders/profile b/etc/shaders/profile @@ -1,3 +1,3 @@ -#version 300 es +#version 320 es precision mediump float;