mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 12:49:18 +02:00
python without submodel texture
This commit is contained in:
2
Train.h
2
Train.h
@@ -665,7 +665,7 @@ private:
|
||||
bool m_mastercontrollerinuse { false };
|
||||
float m_mastercontrollerreturndelay { 0.f };
|
||||
int iRadioChannel { 1 }; // numer aktualnego kana?u radiowego
|
||||
std::vector<std::tuple<std::string, texture_handle, std::optional<texture_window>>> m_screens;
|
||||
std::vector<std::tuple<std::string, GLuint, std::optional<texture_window>>> m_screens;
|
||||
uint16_t vid { 0 };
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user