From 4b0fd9a6cec03111c9ce444f1417f461b1840782 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 14 Oct 2022 12:15:30 -0400 Subject: Fix some minor bugs in BasicBlock and highlight API --- basicblock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basicblock.cpp') diff --git a/basicblock.cpp b/basicblock.cpp index e87d3b0c..fb7982f8 100644 --- a/basicblock.cpp +++ b/basicblock.cpp @@ -101,7 +101,7 @@ DisassemblyTextLine::DisassemblyTextLine() highlight.r = 0; highlight.g = 0; highlight.b = 0; - highlight.alpha = 0; + highlight.alpha = 255; typeInfo.hasTypeInfo = false; typeInfo.fieldIndex = -1; typeInfo.parentType = nullptr; -- cgit v1.3.1