Fix access level 96a1f20bee

This commit is contained in:
Wojtek Figat
2023-06-28 20:09:18 +02:00
parent 3119c50789
commit 96589557b3
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ namespace FlaxEditor.Viewport.Previews
/// <seealso cref="AssetPreview" />
public class AnimatedModelPreview : AssetPreview
{
public AnimatedModel _previewModel;
private AnimatedModel _previewModel;
private ContextMenuButton _showNodesButton, _showBoundsButton, _showFloorButton, _showNodesNamesButton;
private bool _showNodes, _showBounds, _showFloor, _showNodesNames;
private StaticModel _floorModel;