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