mirror of
https://github.com/4sval/FModel.git
synced 2026-09-10 10:36:28 -05:00
support for MK1 morph targets + various wwise audio formats including the good old AkAudioEvent
This commit is contained in:
Submodule CUE4Parse updated: c36748f206...6e13883a12
@@ -65,7 +65,7 @@
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
<Grid Grid.Column="1">
|
||||
<Grid Grid.Column="1" MaxHeight="96">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="15" />
|
||||
|
||||
@@ -12,7 +12,7 @@ public class DateTimeToDateConverter : IValueConverter
|
||||
{
|
||||
if (value is DateTime dateTime)
|
||||
{
|
||||
return DateOnly.FromDateTime(dateTime);
|
||||
return DateOnly.FromDateTime(dateTime.ToLocalTime());
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user