mirror of
https://github.com/Relintai/world_generator.git
synced 2025-02-20 17:24:22 +01:00
Compile fix.
This commit is contained in:
parent
2abdb972e0
commit
6c94bafc8e
@ -38,7 +38,7 @@ DungeonCorridor::~DungeonCorridor() {
|
||||
_dungeon_rooms.clear();
|
||||
}
|
||||
|
||||
void DungeonRoom::_bind_methods() {
|
||||
void DungeonCorridor::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_max_connections"), &DungeonCorridor::get_max_connections);
|
||||
ClassDB::bind_method(D_METHOD("set_max_connections", "value"), &DungeonCorridor::set_max_connections);
|
||||
ADD_PROPERTY(PropertyInfo(Variant::INT, "max_connections"), "set_max_connections", "get_max_connections");
|
||||
|
Loading…
Reference in New Issue
Block a user