Fix geometry pipeline; attempt to fix motion controls
This commit is contained in:
@ -40,7 +40,9 @@ void Module::serialize(Archive& ar, const unsigned int) {
|
||||
ar& next_gyroscope_index;
|
||||
ar& enable_accelerometer_count;
|
||||
ar& enable_gyroscope_count;
|
||||
ReloadInputDevices();
|
||||
if (Archive::is_loading::value) {
|
||||
LoadInputDevices();
|
||||
}
|
||||
// Pad state not needed as it's always updated
|
||||
// Update events are set in the constructor
|
||||
// Devices are set from the implementation (and are stateless afaik)
|
||||
|
Reference in New Issue
Block a user