Fix some minor issues with materials previews in Editor

This commit is contained in:
Wojtek Figat
2021-02-25 16:38:05 +01:00
parent 26607c1d09
commit 4d73b271b8
12 changed files with 40 additions and 11 deletions

View File

@@ -61,6 +61,7 @@ namespace FlaxEditor.Content
_preview = new ModelPreview(false)
{
RenderOnlyWithWindow = false,
UseAutomaticTaskManagement = false,
AnchorPreset = AnchorPresets.StretchAll,
Offsets = Margin.Zero,
};