mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-19 07:00:52 +00:00
- Fixed warning.
This commit is contained in:
parent
636d46c1ed
commit
20f5b6e92d
1 changed files with 1 additions and 1 deletions
|
@ -1149,7 +1149,7 @@ struct TAngle
|
|||
|
||||
TAngle &operator= (double other)
|
||||
{
|
||||
Degrees = other;
|
||||
Degrees = (decltype(Degrees))other;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue