Browse Source

Increase line length

Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX 4 years ago
parent
commit
9c2f68f6bf
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      dgl/Application.hpp

+ 2
- 4
dgl/Application.hpp View File

@@ -32,11 +32,9 @@ class Window;
Base DGL Application class.

One application instance is required for creating a window.
There's no single/global application instance in DGL, and multiple
windows can share the same app instance.
There's no single/global application instance in DGL, and multiple windows can share the same app instance.

In standalone mode an application will automatically quit its
event-loop when all its windows are closed.
In standalone mode an application will automatically quit its event-loop when all its windows are closed.
*/
class Application
{


Loading…
Cancel
Save