mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- wrapper for literal assignments to clipdist
This commit is contained in:
parent
6b5cbac96a
commit
16f0d15cdc
1 changed files with 5 additions and 0 deletions
|
@ -275,6 +275,11 @@ public:
|
|||
{
|
||||
return spr. clipdist << 2;
|
||||
}
|
||||
|
||||
void set_native_clipdist(int val)
|
||||
{
|
||||
spr. clipdist = val;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue