mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Application.h: coding standard fixes
This commit is contained in:
parent
50e8f49f52
commit
50370479e4
1 changed files with 2 additions and 2 deletions
|
@ -414,7 +414,7 @@ private:
|
|||
|
||||
bool _dependencyManagerIsSetup;
|
||||
|
||||
OffscreenGlCanvas* _offscreenContext {nullptr};
|
||||
OffscreenGlCanvas* _offscreenContext { nullptr };
|
||||
DisplayPluginPointer _displayPlugin;
|
||||
InputPluginList _activeInputPlugins;
|
||||
|
||||
|
@ -548,7 +548,7 @@ private:
|
|||
quint64 _lastSimsPerSecondUpdate = 0;
|
||||
bool _isForeground = true; // starts out assumed to be in foreground
|
||||
bool _inPaint = false;
|
||||
bool _isGLInitialized {false};
|
||||
bool _isGLInitialized { false };
|
||||
};
|
||||
|
||||
#endif // hifi_Application_h
|
||||
|
|
Loading…
Reference in a new issue