Browse Source

doc: fix more obsolete stuff in Platform docs.

pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
3cd1093a49
  1. 2
      doc/platform.dox

2
doc/platform.dox

@ -88,7 +88,7 @@ MyApplication::MyApplication(const Arguments& arguments): Platform::Application(
void MyApplication::drawEvent() { void MyApplication::drawEvent() {
// Clear the window // Clear the window
defaultFramebuffer.clear(DefaultFramebuffer::Clear::Color); defaultFramebuffer.clear(FramebufferClear::Color);
// The context is double-buffered, swap buffers // The context is double-buffered, swap buffers
swapBuffers(); swapBuffers();

Loading…
Cancel
Save