mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 14:09:01 +02:00
fix KeyState enum spacing
This commit is contained in:
parent
f10404b31e
commit
cb6316bf4d
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ static const float MIN_AVATAR_SCALE = .005f;
|
||||||
|
|
||||||
const float MAX_AUDIO_LOUDNESS = 1000.0; // close enough for mouth animation
|
const float MAX_AUDIO_LOUDNESS = 1000.0; // close enough for mouth animation
|
||||||
|
|
||||||
enum KeyState
|
enum KeyState {
|
||||||
{
|
|
||||||
NO_KEY_DOWN = 0,
|
NO_KEY_DOWN = 0,
|
||||||
INSERT_KEY_DOWN,
|
INSERT_KEY_DOWN,
|
||||||
DELETE_KEY_DOWN
|
DELETE_KEY_DOWN
|
||||||
|
|
Loading…
Reference in a new issue