We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ad944 commit 43fd317Copy full SHA for 43fd317
docs/user-manual.md
@@ -129,7 +129,7 @@ local Graphics = require('@vectarine/graphics')
129
130
function Update(time_delta: number)
131
-- Draw a white background.
132
- local bgColor: Graphics.Color = Vec4.WHITE
+ local bgColor: Vec4.Vec4 = Vec4.WHITE
133
Graphics.clear(bgColor)
134
135
-- Draw a blue rectangle at the bottom right of the screen
0 commit comments