projects
/
csrpg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33e0ef5
)
removed additional 'layer++'
author
matthew
<matthew@owens.tech>
Tue, 7 Aug 2018 20:00:44 +0000
(20:00 +0000)
committer
matthew
<matthew@owens.tech>
Tue, 7 Aug 2018 20:00:44 +0000
(20:00 +0000)
nogl/main.c
patch
|
blob
|
history
diff --git
a/nogl/main.c
b/nogl/main.c
index
77b0c5f
..
8cb61b0
100644
(file)
--- a/
nogl/main.c
+++ b/
nogl/main.c
@@
-69,7
+69,6
@@
int main()
if(layer < 9){
layer++;
}
- layer++;
brndr_set_rendered_layer(layer);
brndr_render();
break;