mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
SCons: Add enum conversion warning
This commit is contained in:
@@ -48,9 +48,7 @@ class BaseButton;
|
||||
class GridMapEditor : public VBoxContainer {
|
||||
GDCLASS(GridMapEditor, VBoxContainer);
|
||||
|
||||
enum {
|
||||
GRID_CURSOR_SIZE = 50
|
||||
};
|
||||
static constexpr int32_t GRID_CURSOR_SIZE = 50;
|
||||
|
||||
enum InputAction {
|
||||
INPUT_NONE,
|
||||
|
||||
Reference in New Issue
Block a user