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:
parent
cba6c580cf
commit
16bb54273c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue