Browse Source

snippets: fix typo in Platform.cpp

Specifying configuration to be exact
pull/686/head
ThePixelMoon 3 months ago committed by GitHub
parent
commit
d42fdad100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      doc/snippets/Platform.cpp

2
doc/snippets/Platform.cpp

@ -163,7 +163,7 @@ struct MyApplication: Platform::Application {
MyApplication::MyApplication(const Arguments& arguments): MyApplication::MyApplication(const Arguments& arguments):
Platform::Application{arguments, Configuration{} Platform::Application{arguments, Configuration{}
.setTitle("My Application") .setTitle("My Application")
.setSize({12800, 800})} .setSize({1280, 800})}
{ {
DOXYGEN_ELLIPSIS() DOXYGEN_ELLIPSIS()
} }

Loading…
Cancel
Save