examples/gg/rectangles.v: add missing logo.png picture

pull/6074/head
Delyan Angelov 2020-08-05 19:56:01 +03:00
parent d1257f5590
commit b22711ef33
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -28,7 +28,7 @@ fn main() {
user_data: app
init_fn: init_images
)
app.image = app.gg.create_image('logo.png')
app.image = app.gg.create_image(os.resource_abs_path('logo.png'))
app.gg.run()
}