aboutsummaryrefslogtreecommitdiff
path: root/src/simple150.frag
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2014-03-25 12:40:35 +0100
committerraysan5 <raysan5@gmail.com>2014-03-25 12:40:35 +0100
commit96f520ff6d085536205feb1f943974e354577df4 (patch)
treec839c999b38d8f1f07933a2b6a1bb1e45d786532 /src/simple150.frag
parent1c8dce429ee5a58d535fcca0e29fe3711aa3fcb5 (diff)
downloadraylib-96f520ff6d085536205feb1f943974e354577df4.tar.gz
raylib-96f520ff6d085536205feb1f943974e354577df4.zip
Road to raylib 1.1 - Testing rlgl
Diffstat (limited to 'src/simple150.frag')
-rw-r--r--src/simple150.frag1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simple150.frag b/src/simple150.frag
index 61b337ed..74a727dd 100644
--- a/src/simple150.frag
+++ b/src/simple150.frag
@@ -11,5 +11,4 @@ void main()
{
// Output pixel color
pixelColor = texture(texture0, fragTexCoord) * fragColor;
- //pixelColor = fragColor;
} \ No newline at end of file