summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index 50242c3..b0d1a1c 100644
--- a/main.h
+++ b/main.h
@@ -143,8 +143,8 @@ enum blend_mode
union val {
- real32 f;
v4 col;
+ real32 f;
blend_mode blendmode;
};