Browse Source

Platform: fixed copypaste error.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
902b368207
  1. 2
      src/Platform/NaClApplication.h

2
src/Platform/NaClApplication.h

@ -61,7 +61,7 @@ You need to implement at least drawEvent() and viewportEvent() to be able to
draw on the screen. The subclass must be then registered to NaCl API using draw on the screen. The subclass must be then registered to NaCl API using
MAGNUM_NACLAPPLICATION_MAIN() macro. MAGNUM_NACLAPPLICATION_MAIN() macro.
@code @code
class MyApplication: public Magnum::Platform::Sdl2Application { class MyApplication: public Magnum::Platform::NaClApplication {
// implement required methods... // implement required methods...
}; };
MAGNUM_NACLAPPLICATION_MAIN(MyApplication) MAGNUM_NACLAPPLICATION_MAIN(MyApplication)

Loading…
Cancel
Save