Skip to content

Commit 83fea43

Browse files
authored
forgot first virtual bool Load() in Application.hpp (#118)
I noticed the example had another inconsistency using std::string_view vs std::string library
1 parent 82c630a commit 83fea43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/1-introduction/1-1-getting-started/1-1-1-hello-window.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ public:
226226
protected:
227227
virtual void Cleanup();
228228
virtual bool Initialize();
229+
virtual bool Load() = 0;
229230
virtual void Render() = 0;
230231
virtual void Update() = 0;
231232

0 commit comments

Comments
 (0)