Browse Source

Fixed platform documentation.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
961cc58d56
  1. 2
      doc/platform.dox

2
doc/platform.dox

@ -76,7 +76,7 @@ void MyApplication::viewportEvent(const Vector2i& size) {
void MyApplication::drawEvent() {
// Clear the window
defaultFramebuffer.clear();
defaultFramebuffer.clear(DefaultFramebuffer::Clear::Color);
// The context is double-buffered, swap buffers
swapBuffers();

Loading…
Cancel
Save