mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
game(client): fix back button in touch
This commit is contained in:
parent
4ace9f8030
commit
3f5ebfbde3
@ -410,6 +410,10 @@ void CTouchControls::Init()
|
||||
ResetToDefaults();
|
||||
|
||||
CTouchTexture *texture = new CTouchTexture;
|
||||
texture->isInAtlas = false;
|
||||
texture->textureID = 0;
|
||||
texture->X0 = 0; texture->X1 = 0; texture->Y0 = 0; texture->Y1 = 0;
|
||||
|
||||
Q_strncpy( texture->szName, "vgui/touch/back", sizeof(texture->szName) );
|
||||
textureList.AddToTail(texture);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user