Skip to content

Commit

Permalink
Ch11: fixed Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Dec 14, 2024
1 parent 86224c0 commit 57deb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chapter11/03_DirectionalShadows/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "Chapter10/Bistro.h"
#include "Chapter10/Skybox.h"
#include "Chapter11/VkMesh11.h"
#include "Chapter11/VKMesh11.h"

#include "shared/LineCanvas.h"

Expand Down
2 changes: 1 addition & 1 deletion Chapter11/05_LazyLoading/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "Chapter10/Bistro.h"
#include "Chapter10/Skybox.h"
#include "Chapter11/VkMesh11Lazy.h"
#include "Chapter11/VKMesh11Lazy.h"

#include "shared/LineCanvas.h"

Expand Down

0 comments on commit 57deb72

Please sign in to comment.