mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
Fix openvr typos
This commit is contained in:
parent
36908b0434
commit
b2faecc82d
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ public:
|
|||
|
||||
void advance()
|
||||
{
|
||||
mIndex = (mIndex + 1) & TextureCount;
|
||||
mIndex = (mIndex + 1) % TextureCount;
|
||||
}
|
||||
|
||||
GFXTexHandle& getTextureHandle()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue