You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :)
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
/**
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
#if 0
|
||||
class CanvasItemEditor;
|
||||
|
||||
class CollisionPolygonEditor : public HBoxContainer {
|
||||
@@ -60,8 +62,8 @@ class CollisionPolygonEditor : public HBoxContainer {
|
||||
ToolButton *button_edit;
|
||||
|
||||
|
||||
Ref<FixedMaterial> line_material;
|
||||
Ref<FixedMaterial> handle_material;
|
||||
Ref<FixedSpatialMaterial> line_material;
|
||||
Ref<FixedSpatialMaterial> handle_material;
|
||||
|
||||
EditorNode *editor;
|
||||
Panel *panel;
|
||||
@@ -117,5 +119,5 @@ public:
|
||||
~CollisionPolygonEditorPlugin();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // COLLISION_POLYGON_EDITOR_PLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user