mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Merge branch 'tmj-dev' into milek-dev
This commit is contained in:
@@ -740,6 +740,14 @@ basic_node::export_as_text( std::ostream &Output ) const {
|
||||
export_as_text_( Output );
|
||||
}
|
||||
|
||||
void
|
||||
basic_node::export_as_text( std::string &Output ) const {
|
||||
|
||||
std::stringstream converter;
|
||||
export_as_text( converter );
|
||||
Output += converter.str();
|
||||
}
|
||||
|
||||
float const &
|
||||
basic_node::radius() {
|
||||
|
||||
@@ -760,10 +768,4 @@ basic_node::radius_() {
|
||||
|
||||
} // scene
|
||||
|
||||
namespace editor {
|
||||
|
||||
scene::basic_node const *Node { nullptr }; // temporary helper, currently selected scene node
|
||||
|
||||
} // editor
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user