1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00

Corrects typo.

This commit is contained in:
Thomas Harte 2018-07-11 19:52:55 -04:00
parent 774d8668bf
commit 00cb4d26b3

View File

@ -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