You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix copyright headers for recently added files
This commit is contained in:
@@ -29,9 +29,11 @@
|
||||
/*************************************************************************/
|
||||
|
||||
#include "rasterizer_effects_rd.h"
|
||||
|
||||
#include "core/os/os.h"
|
||||
#include "core/project_settings.h"
|
||||
#include "cubemap_coeffs.h"
|
||||
|
||||
#include "thirdparty/misc/cubemap_coeffs.h"
|
||||
|
||||
static _FORCE_INLINE_ void store_transform_3x3(const Basis &p_basis, float *p_array) {
|
||||
p_array[0] = p_basis.elements[0][0];
|
||||
|
||||
Reference in New Issue
Block a user