mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
We dont need to specify vector and wstring are from std
This commit is contained in:
parent
ee6714b75b
commit
c7b60698d9
|
|
@ -860,7 +860,7 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse)
|
|||
glScalef(scale, scale, 1.f);
|
||||
glTranslatef((float)-debugLeft, (float)-debugTop, 0.f);
|
||||
|
||||
std::vector<std::wstring> lines;
|
||||
vector<wstring> lines;
|
||||
|
||||
lines.push_back(ClientConstants::VERSION_STRING);
|
||||
lines.push_back(minecraft->fpsString);
|
||||
|
|
|
|||
Loading…
Reference in a new issue