mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
localised "REC"-notification
This commit is contained in:
parent
cd95f1869e
commit
107545da0a
|
@ -295,7 +295,7 @@ void CScoreboard::RenderRecordingNotification(float x)
|
||||||
Graphics()->QuadsEnd();
|
Graphics()->QuadsEnd();
|
||||||
|
|
||||||
//draw the text
|
//draw the text
|
||||||
TextRender()->Text(0, x+50.0f, 8.0f, 24.0f, "REC", -1);
|
TextRender()->Text(0, x+50.0f, 8.0f, 24.0f, Localize("REC"), -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CScoreboard::OnRender()
|
void CScoreboard::OnRender()
|
||||||
|
|
Loading…
Reference in a new issue