Stop resizing columns for the fetch constants

This commit is contained in:
Dr. Chat 2015-11-21 22:37:24 -06:00
parent e565bafdab
commit 1078d21bd2
1 changed files with 0 additions and 1 deletions

View File

@ -1473,7 +1473,6 @@ void TraceViewer::DrawStateUI() {
}
if (ImGui::CollapsingHeader("Fetch Constants (raw)")) {
ImGui::Columns(2);
ImGui::SetColumnOffset(1, 85.0f);
for (int i = XE_GPU_REG_SHADER_CONSTANT_FETCH_00_0;
i <= XE_GPU_REG_SHADER_CONSTANT_FETCH_31_5; ++i) {
ImGui::Text("f%02d_%d", (i - XE_GPU_REG_SHADER_CONSTANT_FETCH_00_0) / 6,