From edeafd4d949af4eb3591df284e8e8afd040cfed6 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 16 Nov 2016 23:14:15 +0800 Subject: [PATCH] Wait, OpenGL textures go the other way. --- Outputs/CRT/Internals/TextureBuilder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Outputs/CRT/Internals/TextureBuilder.hpp b/Outputs/CRT/Internals/TextureBuilder.hpp index d00f648ab..3cb633c34 100644 --- a/Outputs/CRT/Internals/TextureBuilder.hpp +++ b/Outputs/CRT/Internals/TextureBuilder.hpp @@ -20,7 +20,7 @@ namespace Outputs { namespace CRT { /*! - Owns an OpenGL texture resource and provides mechanisms to fill it from top left to bottom right + Owns an OpenGL texture resource and provides mechanisms to fill it from bottom left to top right with runs of data, ensuring each run is neighboured immediately to the left and right by copies of its first and last pixels. */