Skip to content

Commit

Permalink
Merge pull request #186 from kimkulling/kimkulling-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kimkulling authored Aug 23, 2023
2 parents 3a7349e + e2f791d commit 13a25fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ using namespace ::OSRE;
using namespace ::OSRE::App;
using namespace ::OSRE::RenderBackend;

class QuickStartApp : public App::AppBase {
class QuickStartApp : public AppBase {
/// The transform block, contains the model-, view- and projection-matrix
TransformMatrixBlock m_transformMatrix;
/// The entity to render
Expand Down

0 comments on commit 13a25fe

Please sign in to comment.