mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
- Clang did not like this.
This commit is contained in:
parent
fde633041b
commit
3596be48bf
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ struct TVector3
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
TVector3(nullptr_t) = delete;
|
TVector3(nullptr_t nul) = delete;
|
||||||
|
|
||||||
TVector3(const TVector3 &other) = default;
|
TVector3(const TVector3 &other) = default;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue