changeset 2342:a5c68b0d6e10

Fix D64_SPRF_Y_EXPAND enum value.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Sep 2019 11:45:21 +0300
parents a56f3bcb5476
children 94a653883a32
files tools/lib64gfx.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Tue Sep 24 13:15:02 2019 +0300
+++ b/tools/lib64gfx.h	Wed Sep 25 11:45:21 2019 +0300
@@ -180,7 +180,7 @@
 {
     D64_SPRF_MC        = 0x0001,
     D64_SPRF_X_EXPAND  = 0x0002,
-    D64_SPRF_Y_EXPAND  = 0x0002,
+    D64_SPRF_Y_EXPAND  = 0x0004,
 };