grOGL3.c: font, The left operand of '==' is a garbage value
SonarCloud The left operand of '==' is a garbage value https://sonarcloud.io/project/issues?open=AZJB160qNGfDNup0Riv4&id=dlmiles_magic
This commit is contained in:
parent
55413d6b3a
commit
56317e6583
|
|
@ -291,6 +291,7 @@ GrOGLTextSize(text, size, r)
|
||||||
font = grXLargeFont;
|
font = grXLargeFont;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
font = NULL;
|
||||||
TxError("%s%d\n", "GrOGLTextSize: Unknown character size ",
|
TxError("%s%d\n", "GrOGLTextSize: Unknown character size ",
|
||||||
size );
|
size );
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue