mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +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)
|
||||
{
|
||||
_LeftOffset[0] = _LeftOffset[1] = l;
|
||||
_TopOffset[0] = _TopOffset[1] = l;
|
||||
_TopOffset[0] = _TopOffset[1] = t;
|
||||
}
|
||||
|
||||
int GetTexelWidth() { return Width; }
|
||||
|
|
Loading…
Reference in a new issue