Skip to content

Commit 43fd317

Browse files
committed
📝 fix manual typo
1 parent 68ad944 commit 43fd317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ local Graphics = require('@vectarine/graphics')
129129

130130
function Update(time_delta: number)
131131
-- Draw a white background.
132-
local bgColor: Graphics.Color = Vec4.WHITE
132+
local bgColor: Vec4.Vec4 = Vec4.WHITE
133133
Graphics.clear(bgColor)
134134

135135
-- Draw a blue rectangle at the bottom right of the screen

0 commit comments

Comments
 (0)