mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 17:03:11 +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.
|
||||
class AntiAliasingConfig : public render::Job::Config { // Not to be confused with AntialiasingConfig...
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(bool enabled MEMBER enabled) // Not sure if still useful.
|
||||
Q_PROPERTY(bool enabled MEMBER enabled)
|
||||
public:
|
||||
AntiAliasingConfig() : render::Job::Config(true) {}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue