You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Cleanup MeshLibrary changed signals
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "grid_map.h"
|
||||
|
||||
#include "core/core_string_names.h"
|
||||
#include "core/io/marshalls.h"
|
||||
#include "core/object/message_queue.h"
|
||||
#include "scene/3d/light_3d.h"
|
||||
@@ -1122,6 +1123,7 @@ void GridMap::_bind_methods() {
|
||||
BIND_CONSTANT(INVALID_CELL_ITEM);
|
||||
|
||||
ADD_SIGNAL(MethodInfo("cell_size_changed", PropertyInfo(Variant::VECTOR3, "cell_size")));
|
||||
ADD_SIGNAL(MethodInfo(CoreStringNames::get_singleton()->changed));
|
||||
}
|
||||
|
||||
void GridMap::set_cell_scale(float p_scale) {
|
||||
|
||||
Reference in New Issue
Block a user