mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 13:21:04 +00:00
- fixed typo in offset setter.
This commit is contained in:
parent
7a84887fc4
commit
6007d5dc8f
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ public:
|
||||||
void SetOffsets(int l, int t)
|
void SetOffsets(int l, int t)
|
||||||
{
|
{
|
||||||
_LeftOffset[0] = _LeftOffset[1] = l;
|
_LeftOffset[0] = _LeftOffset[1] = l;
|
||||||
_TopOffset[0] = _TopOffset[1] = l;
|
_TopOffset[0] = _TopOffset[1] = t;
|
||||||
}
|
}
|
||||||
|
|
||||||
int GetTexelWidth() { return Width; }
|
int GetTexelWidth() { return Width; }
|
||||||
|
|
Loading…
Reference in a new issue