Skip to content

Commit

Permalink
sky message to optimized commands
Browse files Browse the repository at this point in the history
  • Loading branch information
grosdax committed Oct 13, 2020
1 parent 1032c73 commit 4ded5f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mixer/broadcaster/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ class MessageType(IntEnum):
SHOT_MANAGER_ACTION = 150

BLENDER_DATA_CREATE = 151
WORLD_SKY = 152

OPTIMIZED_COMMANDS = 200
TRANSFORM = 201
Expand All @@ -151,8 +150,8 @@ class MessageType(IntEnum):
FRAME = 205
PLAY = 206
PAUSE = 207
WORLD_SKY = 208

END_OPTIMIZED_COMMANDS = 999

CLIENT_ID_WRAPPER = 1000

Expand Down

0 comments on commit 4ded5f0

Please sign in to comment.