Browse Source

Revert "Platform: use saner APIs."

Didn't realize that this would put two newlines there, instead of just
one. So it's not a saner API.

This reverts commit 8e2ecc922b.
pull/218/head
Vladimír Vondruš 9 years ago
parent
commit
40b06e08cf
  1. 4
      src/Magnum/Platform/magnum-info.cpp

4
src/Magnum/Platform/magnum-info.cpp

@ -161,11 +161,11 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat
args.parse(arguments.argc, arguments.argv);
#endif
Debug() << Debug::newline;
Debug() << "";
Debug() << " +---------------------------------------------------------+";
Debug() << " | Information about Magnum engine and OpenGL capabilities |";
Debug() << " +---------------------------------------------------------+";
Debug() << Debug::newline;
Debug() << "";
#ifdef MAGNUM_WINDOWLESSEGLAPPLICATION_MAIN
Debug() << "Used application: Platform::WindowlessEglApplication";

Loading…
Cancel
Save