justingardner / mgl

A suite of mex/m files for displaying psychophysics stimuli
http://justingardner.net/mgl
Other
18 stars 22 forks source link

Typos from mglMetal Bug Hunt #44

Closed cjoynes closed 2 years ago

cjoynes commented 2 years ago

mglOpen (line 36): ‘fprinft’ should be ‘fprintf’

mglTextDraw (line 44): ‘textTexture’ should be ‘tex’

mglClearScreen and mglFlush print some numbers to the terminal (probably because some line doesn’t have a semicolon at the end)

dispPercent goes from -inf to inf rather than 0 to 1

justingardner commented 2 years ago

Fixed these - the numbers are the ack, processedTime, so are expected behavior