mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 06:12:50 +02:00
missed some enums
This commit is contained in:
parent
0dd0d07466
commit
1533f6a268
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ class MeshProxyList;
|
|||
#endif
|
||||
|
||||
namespace entity {
|
||||
enum class HostType {
|
||||
enum class HostType : uint8_t {
|
||||
DOMAIN = 0,
|
||||
AVATAR,
|
||||
LOCAL
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* @typedef {string} Entities.TextVerticalAlignment
|
||||
*/
|
||||
|
||||
enum class TextVerticalAlignment {
|
||||
enum class TextVerticalAlignment : uint8_t {
|
||||
TOP = 0,
|
||||
BOTTOM,
|
||||
CENTER,
|
||||
|
|
Loading…
Reference in a new issue