You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
@@ -114,7 +114,7 @@ class TileSetEditor : public HSplitContainer {
|
||||
int option;
|
||||
ToolButton *tileset_toolbar_buttons[TOOL_TILESET_MAX];
|
||||
MenuButton *tileset_toolbar_tools;
|
||||
Map<String, Ref<Texture> > texture_map;
|
||||
Map<String, Ref<Texture>> texture_map;
|
||||
|
||||
bool creating_shape;
|
||||
int dragging_point;
|
||||
|
||||
Reference in New Issue
Block a user