mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 14:49:19 +02:00
Merge branch 'tmj-dev' into milek-dev
This commit is contained in:
@@ -125,6 +125,7 @@ class TAnimAdvanced
|
||||
class TAnimModel : public scene::basic_node {
|
||||
|
||||
friend class opengl_renderer;
|
||||
friend class ui_layer;
|
||||
|
||||
public:
|
||||
// constructors
|
||||
@@ -151,7 +152,7 @@ public:
|
||||
return &m_materialdata; }
|
||||
inline
|
||||
TModel3d *
|
||||
Model() {
|
||||
Model() const {
|
||||
return pModel; }
|
||||
// members
|
||||
static TAnimContainer *acAnimList; // lista animacji z eventem, które muszą być przeliczane również bez wyświetlania
|
||||
|
||||
Reference in New Issue
Block a user