diff options
Diffstat (limited to 'basicblock.cpp')
| -rw-r--r-- | basicblock.cpp | 2 |
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; |
