diff --git a/Runtime/Debugger/DebuggerComponent.GraphicsInformationWindow.cs b/Runtime/Debugger/DebuggerComponent.GraphicsInformationWindow.cs index 6a70c86..7ee9799 100644 --- a/Runtime/Debugger/DebuggerComponent.GraphicsInformationWindow.cs +++ b/Runtime/Debugger/DebuggerComponent.GraphicsInformationWindow.cs @@ -38,7 +38,7 @@ namespace AlicizaX.Debugger.Runtime DrawItem("Max Cubemap Size", SystemInfo.maxCubemapSize.ToString()); DrawItem("Graphics UV Starts At Top", SystemInfo.graphicsUVStartsAtTop.ToString()); DrawItem("Constant Buffer Offset Alignment", SystemInfo.constantBufferOffsetAlignment.ToString()); - DrawItem("Min Constant Buffer Offset Alignment", SystemInfo.minConstantBufferOffsetAlignment.ToString()); + DrawItem("Min Constant Buffer Offset Alignment", SystemInfo.constantBufferOffsetAlignment.ToString()); DrawItem("Has Hidden Surface Removal On GPU", SystemInfo.hasHiddenSurfaceRemovalOnGPU.ToString()); DrawItem("Has Dynamic Uniform Array Indexing In Fragment Shaders", SystemInfo.hasDynamicUniformArrayIndexingInFragmentShaders.ToString()); DrawItem("Has Mip Max Level", SystemInfo.hasMipMaxLevel.ToString());