mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Change Redrawing to be simpler and not use a queue or settings.
This commit is contained in:
parent
7540694050
commit
b08bf388cc
7 changed files with 182 additions and 428 deletions
|
|
@ -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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue