mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
Removed comment.
This commit is contained in:
parent
e6a41e85b2
commit
44fb53d4f2
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ private:
|
||||||
#else // User setting for antialias mode will probably be broken.
|
#else // User setting for antialias mode will probably be broken.
|
||||||
class AntiAliasingConfig : public render::Job::Config { // Not to be confused with AntialiasingConfig...
|
class AntiAliasingConfig : public render::Job::Config { // Not to be confused with AntialiasingConfig...
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_PROPERTY(bool enabled MEMBER enabled) // Not sure if still useful.
|
Q_PROPERTY(bool enabled MEMBER enabled)
|
||||||
public:
|
public:
|
||||||
AntiAliasingConfig() : render::Job::Config(true) {}
|
AntiAliasingConfig() : render::Job::Config(true) {}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue