mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Bennene gl_mesh.c in r_mesh.c um
This commit is contained in:
parent
0b206b07e9
commit
2de15c4a73
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -325,7 +325,7 @@ OPENGL_OBJS = \
|
|||
build/ref_gl/r_draw.o \
|
||||
build/ref_gl/r_image.o \
|
||||
build/ref_gl/r_light.o \
|
||||
build/ref_gl/gl_mesh.o \
|
||||
build/ref_gl/r_mesh.o \
|
||||
build/ref_gl/gl_model.o \
|
||||
build/ref_gl/gl_rmain.o \
|
||||
build/ref_gl/gl_rmisc.o \
|
||||
|
@ -782,7 +782,7 @@ build/ref_gl/r_image.o: src/refresh/r_image.c
|
|||
build/ref_gl/r_light.o: src/refresh/r_light.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_mesh.o: src/refresh/gl_mesh.c
|
||||
build/ref_gl/r_mesh.o: src/refresh/r_mesh.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_model.o: src/refresh/gl_model.c
|
||||
|
|
Loading…
Reference in a new issue