Skip to content

Commit

Permalink
Removed comment.
Browse files Browse the repository at this point in the history
Penguin-Guru authored and Penguin-Guru committed Oct 30, 2021
1 parent e6a41e8 commit 44fb53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/render-utils/src/AntialiasingEffect.h
Original file line number Diff line number Diff line change
@@ -220,7 +220,7 @@ class Antialiasing {
#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) {}
};

0 comments on commit 44fb53d

Please sign in to comment.