mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-11 20:04:46 +00:00
Fixed: Timestamps in chat not visible after switching characters
This commit is contained in:
parent
53300b6250
commit
5b023b3013
1 changed files with 1 additions and 0 deletions
|
@ -232,4 +232,5 @@ void CChatTextManager::reset ()
|
||||||
_TextFontSize = NULL;
|
_TextFontSize = NULL;
|
||||||
_TextMultilineSpace = NULL;
|
_TextMultilineSpace = NULL;
|
||||||
_TextShadowed = NULL;
|
_TextShadowed = NULL;
|
||||||
|
_ShowTimestamps = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue