fix compile error
This commit is contained in:
@@ -767,10 +767,11 @@ void ScreenEdit::Input( const DeviceInput& DeviceI, const InputEventType type, c
|
|||||||
if( m_In.IsTransitioning() || m_Out.IsTransitioning() )
|
if( m_In.IsTransitioning() || m_Out.IsTransitioning() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
const DeviceInput& di =
|
||||||
#if defined(XBOX)
|
#if defined(XBOX)
|
||||||
DeviceInput di = TranslateInput(DeviceI, type);
|
TranslateInput(DeviceI, type);
|
||||||
#else
|
#else
|
||||||
DeviceInput& di = DeviceI;
|
DeviceI;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
switch( m_EditMode )
|
switch( m_EditMode )
|
||||||
|
|||||||
Reference in New Issue
Block a user