diff options
Diffstat (limited to 'include/ansel/Hints.h')
| -rw-r--r-- | include/ansel/Hints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ansel/Hints.h b/include/ansel/Hints.h index 0ab298b..b1c1d05 100644 --- a/include/ansel/Hints.h +++ b/include/ansel/Hints.h @@ -36,7 +36,7 @@ namespace ansel kBufferTypeHDR = 0,
kBufferTypeDepth,
kBufferTypeHUDless,
- kBufferTypePresentable,
+ kBufferTypeFinalColor,
kBufferTypeCount
};
|