Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
Fix clang format
  • Loading branch information
SaschaWillems committed Jan 27, 2024
1 parent 691f845 commit 286c4fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework/api_vulkan_sample.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2019-2023, Sascha Willems
/* Copyright (c) 2019-2024, Sascha Willems
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion framework/api_vulkan_sample.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2019-2023, Sascha Willems
/* Copyright (c) 2019-2024, Sascha Willems
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
6 changes: 3 additions & 3 deletions framework/gltf_loader.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Copyright (c) 2018-2023, Arm Limited and Contributors
* Copyright (c) 2019-2023, Sascha Willems
/* Copyright (c) 2018-2024, Arm Limited and Contributors
* Copyright (c) 2019-2024, Sascha Willems
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down Expand Up @@ -1032,7 +1032,7 @@ sg::Scene GLTFLoader::load_scene(int scene_index)
traverse_nodes.pop();

// @todo: this crashes on some very basic scenes
//assert(node_it.second < nodes.size());
// assert(node_it.second < nodes.size());
if (node_it.second >= nodes.size())
{
continue;
Expand Down

0 comments on commit 286c4fb

Please sign in to comment.