mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
stbi: pub fields in Image
This commit is contained in:
parent
d60233b618
commit
f7605c397a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module stbi
|
|||
#flag @VROOT/thirdparty/stb_image/stbi.o
|
||||
|
||||
pub struct Image {
|
||||
mut:
|
||||
pub mut:
|
||||
width int
|
||||
height int
|
||||
nr_channels int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue