From 5d0b6dd79722707afb15642cc8523b36a6391e0d Mon Sep 17 00:00:00 2001 From: jonas Date: Sat, 12 Jan 2019 21:36:30 +0100 Subject: changed to cWiremesh, removed inherit, cWiremesh now directly writes to renderer Things get funky when x > origin.x ?!? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 879154c..3783295 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ BUILDDIR = build VERSION = 0 PATCHLEVEL = 1 -OBJ = main.o cObject.o cObjectHandler.o cRender.o cInput.o cObject3D.o +OBJ = main.o cObject.o cObjectHandler.o cRender.o cInput.o cWiremesh.o debug: genversion $(OBJ) mkdir -p $(BUILDDIR) -- cgit v1.2.3