mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 05:13:59 +02:00
- updated line endings to unix style characters to fix Bug #3085838
This commit is contained in:
@@ -139,8 +139,8 @@ public:
|
||||
}
|
||||
|
||||
// strict week ordering, so Vec2<T> can be used as key for set<> or map<>
|
||||
bool operator<(const Vec2<T> &v) const {
|
||||
return x < v.x || (x == v.x && y < v.y);
|
||||
bool operator<(const Vec2<T> &v) const {
|
||||
return x < v.x || (x == v.x && y < v.y);
|
||||
}
|
||||
|
||||
float length() const{
|
||||
|
Reference in New Issue
Block a user