From aba88cf3a9300dd3ffccaed93aef780bf55613c8 Mon Sep 17 00:00:00 2001 From: John Connors Date: Thu, 28 Aug 2008 15:15:23 +0100 Subject: [PATCH] Ready for performance test --- mesh.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.lisp b/mesh.lisp index cf436bb..fcf113b 100644 --- a/mesh.lisp +++ b/mesh.lisp @@ -156,7 +156,7 @@ (defclass textured-compiled-mesh () ((vertex-buffer :initform 0 :type (unsigned-byte 32) :reader vertex-buffer-of) (uv-buffer :initform 0 :type (unsigned-byte 32) :reader uv-buffer-of) - (texture :accessor texture-of) + (texture :accessor texture-of :initform nil) (element-count :initform 0 :type fixnum :reader element-count-of))) -- 2.11.4.GIT