mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-23 20:01:20 +00:00
- Fixed number of DrawTextureTags didn't match in ZScript.
This commit is contained in:
parent
38a0e31ef4
commit
fded4b3fdc
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ enum DrawTextureTags
|
||||||
DTA_ColorOverlay, // DWORD: ARGB to overlay on top of image; limited to black for software
|
DTA_ColorOverlay, // DWORD: ARGB to overlay on top of image; limited to black for software
|
||||||
DTA_Internal1,
|
DTA_Internal1,
|
||||||
DTA_Internal2,
|
DTA_Internal2,
|
||||||
|
DTA_Internal3,
|
||||||
DTA_Desaturate, // explicit desaturation factor (hack, does not do anything)
|
DTA_Desaturate, // explicit desaturation factor (hack, does not do anything)
|
||||||
DTA_Fullscreen, // Draw image fullscreen (same as DTA_VirtualWidth/Height with graphics size.)
|
DTA_Fullscreen, // Draw image fullscreen (same as DTA_VirtualWidth/Height with graphics size.)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue