Fix error in CMakeLists in model_render.

Fixed Whitespace in light_manager.cpp in samples/03_model_render that
caused a bug on linux.
This commit is contained in:
kidrigger 2025-02-22 01:05:34 +01:00 committed by Anish Bhobe
parent 7d906e08f8
commit 8d2c04ea19
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ add_executable(model_render "model_render.cpp"
"pipeline_utils.h"
"asset_loader.cpp"
"asset_loader.h"
"light_manager.cpp "
"light_manager.cpp"
"light_manager.h"
"gpu_resource_manager.cpp"
"gpu_resource_manager.h"