mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Improved binding system (ObjectTypeDB::bind_method) to be friendlier to statically typed languages, should help in the Mono integration.
Disabled by default.
This commit is contained in:
@@ -52,7 +52,7 @@ void RoomBounds::set_geometry_hint(const DVector<Face3>& p_geometry_hint) {
|
||||
geometry_hint=p_geometry_hint;
|
||||
}
|
||||
|
||||
const DVector<Face3>& RoomBounds::get_geometry_hint() const {
|
||||
DVector<Face3> RoomBounds::get_geometry_hint() const {
|
||||
|
||||
return geometry_hint;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user