1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

+ farmesh config options

This commit is contained in:
Jiří Procházka 2011-07-11 14:29:59 +02:00 committed by Nils Dagsson Moskopp
parent cdd2ebc519
commit 692bd66011
4 changed files with 12 additions and 15 deletions

View file

@ -67,7 +67,7 @@ public:
void step(float dtime);
void update(v2f camera_p, float brightness, s16 render_range);
void update(v2f camera_p, float brightness);
private:
video::SMaterial m_materials[FARMESH_MATERIAL_COUNT];
@ -79,6 +79,7 @@ private:
float m_time;
Client *m_client;
s16 m_render_range;
bool trees;
};
#endif