16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 05:49:19 +02:00

Merge branch 'tmj-dev' into nogfx

This commit is contained in:
milek7
2017-08-24 23:30:41 +02:00
15 changed files with 284 additions and 288 deletions

View File

@@ -155,7 +155,7 @@ public:
static size_t iInstance; // identyfikator egzemplarza, który aktualnie renderuje model
static material_handle const *ReplacableSkinId;
static int iAlpha; // maska bitowa dla danego przebiegu
static double fSquareDist;
static float fSquareDist;
static TModel3d *pRoot;
static std::string *pasText; // tekst dla wyświetlacza (!!!! do przemyślenia)
~TSubModel();