Fix whitespace

This commit is contained in:
sunshineinabox 2024-05-29 10:16:14 -07:00
parent d8d33417e9
commit 16a4374ae8
2 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,7 @@ namespace Ryujinx.Graphics.Vulkan
}
public PrimitiveTopology TopologyClass;
public LogicOp LogicOp
{
readonly get => (LogicOp)((Internal.Id7 >> 20) & 0xF);