diff options
| author | Poommetee Ketson | 2017-09-01 21:07:55 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-09-01 21:07:55 +0700 |
| commit | ed606ded52132f7afed03d99fabed7b111ce9a51 (patch) | |
| tree | 1690f36306d95149dafb18bbd9f6c482140549fd /core | |
| parent | 1e0fc4dc4e3143d2905d754099dff5f911188e49 (diff) | |
| download | godot-ed606ded52132f7afed03d99fabed7b111ce9a51.tar.gz godot-ed606ded52132f7afed03d99fabed7b111ce9a51.tar.zst godot-ed606ded52132f7afed03d99fabed7b111ce9a51.zip | |
Diffstat (limited to 'core')
| -rw-r--r-- | core/helper/math_fieldwise.cpp | 2 | ||||
| -rw-r--r-- | core/helper/math_fieldwise.h | 2 | ||||
| -rw-r--r-- | core/math/a_star.h | 2 | ||||
| -rw-r--r-- | core/project_settings.cpp | 2 | ||||
| -rw-r--r-- | core/project_settings.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/core/helper/math_fieldwise.cpp b/core/helper/math_fieldwise.cpp index 2ce2a7086..228611f8b 100644 --- a/core/helper/math_fieldwise.cpp +++ b/core/helper/math_fieldwise.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* fieldwise.cpp */ +/* math_fieldwise.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/core/helper/math_fieldwise.h b/core/helper/math_fieldwise.h index 4671703f4..400df040a 100644 --- a/core/helper/math_fieldwise.h +++ b/core/helper/math_fieldwise.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* fieldwise.h */ +/* math_fieldwise.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/core/math/a_star.h b/core/math/a_star.h index d2d216671..75b860d0a 100644 --- a/core/math/a_star.h +++ b/core/math/a_star.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* a_star.h */ +/* a_star.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/core/project_settings.cpp b/core/project_settings.cpp index ce1d7918d..a74917162 100644 --- a/core/project_settings.cpp +++ b/core/project_settings.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* globals.cpp */ +/* project_settings.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/core/project_settings.h b/core/project_settings.h index 5c8907c74..718ab2a01 100644 --- a/core/project_settings.h +++ b/core/project_settings.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* globals.h */ +/* project_settings.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ |
