Fix PlayMovieInRadar crashing for spectators

This commit is contained in:
abcdefg30
2018-04-14 15:38:42 +02:00
committed by reaperrr
parent 7508a13f92
commit c3bfd32192
4 changed files with 24 additions and 0 deletions

View File

@@ -157,6 +157,12 @@ Container@OBSERVER_WIDGETS:
Y: 1 Y: 1
Width: PARENT_RIGHT - 2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM - 2 Height: PARENT_BOTTOM - 2
VqaPlayer@PLAYER:
X: 1
Y: 1
Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM - 2
Skippable: false
Background@REPLAY_PLAYER: Background@REPLAY_PLAYER:
Logic: ReplayControlBarLogic Logic: ReplayControlBarLogic
X: WINDOW_RIGHT - WIDTH - 5 X: WINDOW_RIGHT - WIDTH - 5

View File

@@ -58,6 +58,12 @@ Container@OBSERVER_WIDGETS:
Width: PARENT_RIGHT - 19 Width: PARENT_RIGHT - 19
Height: PARENT_BOTTOM - 19 Height: PARENT_BOTTOM - 19
WorldInteractionController: INTERACTION_CONTROLLER WorldInteractionController: INTERACTION_CONTROLLER
VqaPlayer@PLAYER:
X: 10
Y: 10
Width: PARENT_RIGHT - 20
Height: PARENT_BOTTOM - 20
Skippable: false
Background@OBSERVER_CONTROL_BG: Background@OBSERVER_CONTROL_BG:
X: WINDOW_RIGHT - 255 X: WINDOW_RIGHT - 255
Y: 260 Y: 260

View File

@@ -82,6 +82,12 @@ Container@OBSERVER_WIDGETS:
Y: 41 Y: 41
Width: 220 Width: 220
Height: 220 Height: 220
VqaPlayer@PLAYER:
X: 9
Y: 41
Width: 220
Height: 220
Skippable: false
DropDownButton@SHROUD_SELECTOR: DropDownButton@SHROUD_SELECTOR:
Logic: ObserverShroudSelectorLogic Logic: ObserverShroudSelectorLogic
CombinedViewKey: ObserverCombinedView CombinedViewKey: ObserverCombinedView

View File

@@ -58,6 +58,12 @@ Container@OBSERVER_WIDGETS:
Width: PARENT_RIGHT - 19 Width: PARENT_RIGHT - 19
Height: PARENT_BOTTOM - 19 Height: PARENT_BOTTOM - 19
WorldInteractionController: INTERACTION_CONTROLLER WorldInteractionController: INTERACTION_CONTROLLER
VqaPlayer@PLAYER:
X: 10
Y: 10
Width: PARENT_RIGHT - 20
Height: PARENT_BOTTOM - 20
Skippable: false
Background@OBSERVER_CONTROL_BG: Background@OBSERVER_CONTROL_BG:
X: WINDOW_RIGHT - 255 X: WINDOW_RIGHT - 255
Y: 260 Y: 260