From 00cb4d26b37e11c3fd465a9e3d2e6f40303d0dc3 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 11 Jul 2018 19:52:55 -0400 Subject: [PATCH] Corrects typo. --- Outputs/CRT/Internals/TextureTarget.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Outputs/CRT/Internals/TextureTarget.hpp b/Outputs/CRT/Internals/TextureTarget.hpp index 9a69efa47..8d05dd1bc 100644 --- a/Outputs/CRT/Internals/TextureTarget.hpp +++ b/Outputs/CRT/Internals/TextureTarget.hpp @@ -60,7 +60,7 @@ class TextureTarget { /*! Draws this texture to the currently-bound framebuffer, which has the aspect ratio @c aspect_ratio. This texture will fill the height of the frame buffer, and pick - an appropriate width based o the aspect ratio. + an appropriate width based on the aspect ratio. @c colour_threshold sets a threshold test that each colour must satisfy to be output. A threshold of 0.0f means that all colours will pass through. A threshold