mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed another typo.
This commit is contained in:
parent
16ae7e3124
commit
a50a5101bc
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ enum DrawTextureTags
|
||||||
DTA_Spacing, // Strings only: Additional spacing between characters
|
DTA_Spacing, // Strings only: Additional spacing between characters
|
||||||
DTA_Monospace, // Strings only: Use a fixed distance between characters.
|
DTA_Monospace, // Strings only: Use a fixed distance between characters.
|
||||||
|
|
||||||
DTA_FullsceeenEx, // advanced fullscreen control.
|
DTA_FullscreenEx, // advanced fullscreen control.
|
||||||
};
|
};
|
||||||
|
|
||||||
class Shape2DTransform : Object native
|
class Shape2DTransform : Object native
|
||||||
|
|
Loading…
Reference in a new issue