diff options
author | Geenz <geenz@geenzo.com> | 2013-02-25 15:35:21 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-02-25 15:35:21 -0500 |
commit | e19db5668853b7d3be2ed6af289a3c35bd213bca (patch) | |
tree | bec10696a0e00883bc29dbc34896f754b070f22f /indra/llwindow/llopenglview-objc.h | |
parent | 7ea8d2f6c00334eae2418cc1749e9d0219cdb80d (diff) |
Fix for antialiasing and VSync not being enabled properly.
Diffstat (limited to 'indra/llwindow/llopenglview-objc.h')
-rw-r--r-- | indra/llwindow/llopenglview-objc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llwindow/llopenglview-objc.h b/indra/llwindow/llopenglview-objc.h index cc1618b3bc..b344bed2ef 100644 --- a/indra/llwindow/llopenglview-objc.h +++ b/indra/llwindow/llopenglview-objc.h @@ -16,7 +16,8 @@ { std::string mLastDraggedUrl; } - +- (id) initWithSamples:(NSUInteger)samples; +- (id) initWithSamples:(NSUInteger)samples andVsync:(BOOL)vsync; - (id) initWithFrame:(NSRect)frame withSamples:(NSUInteger)samples andVsync:(BOOL)vsync; // rebuildContext |