1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Refactor 'treshold' to 'threshold'

This commit is contained in:
Poommetee Ketson
2017-07-08 22:12:18 +07:00
parent 0067982f5e
commit 2fd204c35e
44 changed files with 182 additions and 184 deletions

View File

@@ -30,7 +30,7 @@
#include "collision_solver_sat.h"
#include "geometry.h"
#define _EDGE_IS_VALID_SUPPORT_TRESHOLD 0.02
#define _EDGE_IS_VALID_SUPPORT_THRESHOLD 0.02
struct _CollectorCallback {