mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
got it building...
This commit is contained in:
parent
ef215e8b16
commit
f3ddce99d5
21 changed files with 1260 additions and 766 deletions
|
|
@ -303,7 +303,7 @@ namespace PepperDash.Essentials.Fusion
|
|||
return;
|
||||
}
|
||||
|
||||
var defaultDisplay = essentialsHuddleVtc1Room.DefaultDisplay as DisplayBase;
|
||||
var defaultDisplay = essentialsHuddleVtc1Room.DefaultDisplay as TwoWayDisplayBase;
|
||||
if (defaultDisplay == null)
|
||||
{
|
||||
Debug.Console(1, this, "Cannot link null display to Fusion because default display is null");
|
||||
|
|
@ -373,7 +373,7 @@ namespace PepperDash.Essentials.Fusion
|
|||
}
|
||||
}
|
||||
|
||||
protected override void MapDisplayToRoomJoins(int displayIndex, int joinOffset, DisplayBase display)
|
||||
protected override void MapDisplayToRoomJoins(int displayIndex, int joinOffset, TwoWayDisplayBase display)
|
||||
{
|
||||
var displayName = string.Format("Display {0} - ", displayIndex);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue