1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

msdfgen: Sync with upstream 1.10

This commit is contained in:
Rémi Verschelde
2023-06-07 15:36:35 +02:00
parent ea6a141fff
commit 3c25dfe0e4
10 changed files with 22 additions and 103 deletions

View File

@@ -7,8 +7,6 @@ namespace msdfgen {
class SignedDistance {
public:
static const SignedDistance INFINITE;
double distance;
double dot;