Skip to content

Commit 39b8b1d

Browse files
committed
Correct shader program references.
1 parent 0013564 commit 39b8b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ VALGRIND_SRC = ../valgrind/valgrind_src
1111
PACKAGE_NAME = memview_$(VERSION)_amd64.deb
1212

1313
MEMVIEW_BIN = ../memview
14-
MEMVIEW_FRAG = ../shader.frag
15-
MEMVIEW_VERT = ../shader.vert
14+
MEMVIEW_FRAG = ../memview.frag
15+
MEMVIEW_VERT = ../memview.vert
1616
MEMVIEW_TOOL = $(VALGRIND_SRC)/memview/memview-amd64-linux
1717
MEMVIEW_PRELOAD = $(VALGRIND_SRC)/memview/vgpreload_memview-amd64-linux.so
1818

0 commit comments

Comments
 (0)