From 00c3a919892af87a1edbf2545e779596fcb2c243 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 20 Feb 2007 00:32:39 +0000 Subject: [PATCH] 4-TLU hardware is common --- stepmania/src/RageDisplay.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/RageDisplay.h b/stepmania/src/RageDisplay.h index 78f642167a..e7804c22d2 100644 --- a/stepmania/src/RageDisplay.h +++ b/stepmania/src/RageDisplay.h @@ -16,6 +16,8 @@ enum TextureUnit { TextureUnit_1, TextureUnit_2, + TextureUnit_3, + TextureUnit_4, NUM_TextureUnit };