mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Removed duplication of include(s):
- "collision_solver_sat.h". - "shaders/copy.glsl.gen.h"
This commit is contained in:
parent
fe0db6c479
commit
55c8fda884
@ -43,7 +43,6 @@
|
||||
/*
|
||||
#include "shaders/blend_shape.glsl.gen.h"
|
||||
#include "shaders/canvas.glsl.gen.h"
|
||||
#include "shaders/copy.glsl.gen.h"
|
||||
#include "shaders/particles.glsl.gen.h"
|
||||
*/
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "collision_solver_sw.h"
|
||||
#include "collision_solver_sat.h"
|
||||
|
||||
#include "collision_solver_sat.h"
|
||||
#include "gjk_epa.h"
|
||||
|
||||
#define collision_solver sat_calculate_penetration
|
||||
|
Loading…
Reference in New Issue
Block a user