summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-01 16:43:49 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-01 16:43:49 -0300
commit398e0a26aaaf036f5d55c227ce335f79be299b36 (patch)
treeed7131844080539f4598fc7afe87e06ae478b65d /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
parent80ddb3a1597c40cc320494820d4e06e9f1b29a82 (diff)
Rename opengl to api
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
index f42d18d..4ed478e 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/gpu/mali400.lua
@@ -10,7 +10,7 @@ return {
fps = 30,
shader = {
true,
- opengl = '2.0-ES'
+ api = 'opengl_es_2_0'
fragment = true,
},
physic = true,