You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Fix typos with codespell
Using codespell 2.2-dev from current git.
This commit is contained in:
@@ -45,7 +45,7 @@ class SpriteFramesEditor : public HSplitContainer {
|
||||
|
||||
enum {
|
||||
PARAM_USE_CURRENT, // Used in callbacks to indicate `dominant_param` should be not updated.
|
||||
PARAM_FRAME_COUNT, // Keep "Horizontal" & "Vertial" values.
|
||||
PARAM_FRAME_COUNT, // Keep "Horizontal" & "Vertical" values.
|
||||
PARAM_SIZE, // Keep "Size" values.
|
||||
};
|
||||
int dominant_param = PARAM_FRAME_COUNT;
|
||||
|
||||
Reference in New Issue
Block a user