mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-22 11:41:08 +00:00
- Fixed a missed interpolatedvaluef()
fix.
This commit is contained in:
parent
dbcde19834
commit
0dcd209d91
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ public:
|
||||||
|
|
||||||
double interpolatedz(double const smoothratio, int const scale = 16)
|
double interpolatedz(double const smoothratio, int const scale = 16)
|
||||||
{
|
{
|
||||||
return interpolatedvalue(opos.Z, spr.pos.Z, smoothratio, scale);
|
return interpolatedvaluef(opos.Z, spr.pos.Z, smoothratio, scale);
|
||||||
}
|
}
|
||||||
|
|
||||||
DVector2 interpolatedvec2(double const smoothratio, int const scale = 16)
|
DVector2 interpolatedvec2(double const smoothratio, int const scale = 16)
|
||||||
|
|
Loading…
Reference in a new issue