We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2abf79 commit fa79c6fCopy full SHA for fa79c6f
1 file changed
vlib/gg/image.v
@@ -27,7 +27,7 @@ pub enum ImageEffect {
27
28
// Rect represents a rectangular shape in `gg`.
29
pub struct Rect {
30
-pub:
+pub mut:
31
x f32
32
y f32
33
width f32
0 commit comments