- fixed a few fixed/float parameter mixups.
This commit is contained in:
parent
5a2eac8f15
commit
58eb64a7e0
7 changed files with 26 additions and 27 deletions
|
|
@ -388,7 +388,7 @@ void ADynamicLight::UpdateLocation()
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
void ADynamicLight::SetOrigin(fixed_t x, fixed_t y, fixed_t z, bool moving)
|
||||
void ADynamicLight::SetOrigin(double x, double y, double z, bool moving)
|
||||
{
|
||||
Super::SetOrigin(x, y, z, moving);
|
||||
LinkLight();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue