summaryrefslogtreecommitdiff
path: root/basicblock.cpp
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2022-10-14 12:15:30 -0400
committerPeter LaFosse <peter@vector35.com>2022-10-14 12:15:36 -0400
commit4b0fd9a6cec03111c9ce444f1417f461b1840782 (patch)
treec91dd300d42ee455d2f6d22cc4d1f8e02c8d87e2 /basicblock.cpp
parent442ed0c3d4b2e504baf14d222b4cf333db1d8dc4 (diff)
Fix some minor bugs in BasicBlock and highlight API
Diffstat (limited to 'basicblock.cpp')
-rw-r--r--basicblock.cpp2
1 files changed, 1 insertions, 1 deletions
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;