Index: graphics_library/TextureFragmentShader.fragmentshader
===================================================================
--- graphics_library/TextureFragmentShader.fragmentshader	(revision af116c09850fa8fd78d7bf82c8f0760d92950108)
+++ graphics_library/TextureFragmentShader.fragmentshader	(revision 00659628fd4d35e6abb9a7c02f5a9942fff3c3a7)
@@ -13,4 +13,4 @@
 
 	// Output color = color of the texture at the specified UV
-	color = texture2D( myTextureSampler, UV ).rgb;
+	color = texture( myTextureSampler, UV ).rgb;
 }
