Backed out changeset: d351efc87829
parent
794523d81d
commit
06f5690100
|
|
@ -179,7 +179,7 @@ public:
|
|||
|
||||
/*virtual*/ bool getDimensions(S32 first_char, S32 num_chars, S32& width, S32& height) const
|
||||
{
|
||||
if (num_chars == 0 || !mImage)
|
||||
if (num_chars == 0)
|
||||
{
|
||||
width = 0;
|
||||
height = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue