Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Jan 10, 2024
1 parent acd4963 commit ac476ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ void customShader() {
" color = c;"
"}\n";

tigrSetPostShader(win, shader, sizeof(shader) - 1);
//tigrSetPostShader(win, shader, sizeof(shader) - 1);
tigrSetPostFX(win, 3.14 / 2, 0, 0, 0);
tigrUpdate(win);
tigrFree(win);
Expand Down
2 changes: 1 addition & 1 deletion sml-examples/hello/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
ifeq ($(UNAME_S),Darwin)
LDFLAGS += -arch x86_64 -framework OpenGL -framework Cocoa -L. -ltigr
else ifeq ($(UNAME_S),Linux)
LDFLAGS += -s -lGLU -lGL -lX11 -L. -ltigr
LDFLAGS += -L. -lGLU -lGL -lX11 -ltigr
endif
endif

Expand Down

0 comments on commit ac476ca

Please sign in to comment.