Change Redrawing to be simpler and not use a queue or settings.

This commit is contained in:
Ottermandias 2022-03-21 14:09:40 +01:00
parent 7540694050
commit b08bf388cc
7 changed files with 182 additions and 428 deletions

View file

@ -1,14 +1,9 @@
namespace Penumbra.GameData.Enums
namespace Penumbra.GameData.Enums;
public enum RedrawType
{
public enum RedrawType
{
WithoutSettings,
WithSettings,
OnlyWithSettings,
Unload,
RedrawWithoutSettings,
RedrawWithSettings,
AfterGPoseWithSettings,
AfterGPoseWithoutSettings,
}
Redraw,
Unload,
Load,
AfterGPose,
}