Skip to content

Commit

Permalink
commit for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Dec 19, 2024
1 parent 4a1b34f commit 72bbc08
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion test/test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func main() {
ren2 := w2.NewRenderer2D()

image := ren2.LoadImage("test/test/tree.png", 300, 300, 250, 250)
image1 := ren2.LoadImage("test/test/image.png", 100, 100, 150, 150)
image1 := ren2.LoadImage("test/test/galaxy.png", 100, 100, 150, 150)

for !w1.Close() && !w2.Close() {
w1.SetContextCurrent()
Expand Down
Binary file added test/test/tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72bbc08

Please sign in to comment.