mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 04:39:18 +02:00
Merge branch 'tmj-dev' into milek-dev
This commit is contained in:
@@ -9,8 +9,8 @@ struct ui_panel {
|
||||
|
||||
struct text_line {
|
||||
|
||||
glm::vec4 color;
|
||||
std::string data;
|
||||
glm::vec4 color;
|
||||
|
||||
text_line( std::string const &Data, glm::vec4 const &Color):
|
||||
data(Data), color(Color)
|
||||
@@ -33,7 +33,7 @@ public:
|
||||
// parameters:
|
||||
|
||||
// constructors:
|
||||
|
||||
ui_layer() = default;
|
||||
// destructor:
|
||||
~ui_layer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user