Update renderd7.cpp

This commit is contained in:
tobid7 2021-11-23 16:34:26 +01:00 committed by GitHub
parent fbc54e0065
commit a5f3e60e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -799,7 +799,7 @@ void RenderD7::DrawMetrikOvl()
RenderD7::DrawText(0, 0, 0.6f, mt_color, "HI"); RenderD7::DrawText(0, 0, 0.6f, mt_color, "HI");
} }
RenderD7::Console::Console(int x, int y, int w, int h, u8 a) /"RenderD7::Console::Console(int x, int y, int w, int h, u8 a)
{ {
} }
@ -823,3 +823,4 @@ bool RenderD7:: Console::Update()
{ {
} }
*/