Add local left_hand_driving flag in API version 2
This commit is contained in:
@@ -941,7 +941,7 @@ class ContiguousInternalMemoryDataFacadeBase : public BaseDataFacade
|
||||
|
||||
bool IsLeftHandDriving() const override final
|
||||
{
|
||||
return m_profile_properties->left_hand_driving;
|
||||
return m_profile_properties->left_hand_driving; // TODO: remove
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user