Skip to content
Snippets Groups Projects
Commit 3af10ab8 authored by D-AIRY's avatar D-AIRY
Browse files

minor fixes

parent 56584862
Branches
Tags
No related merge requests found
...@@ -4,9 +4,9 @@ mtrlgreen_mrbase.ps ...@@ -4,9 +4,9 @@ mtrlgreen_mrbase.ps
Рендер растительности с микрорельефом Рендер растительности с микрорельефом
*/ */
#include <../struct.h> #include "../struct.h"
#include <../mtrl.h> #include "../mtrl.h"
#include <../green.h> #include "../green.h"
//########################################################################## //##########################################################################
...@@ -19,7 +19,7 @@ Texture2D g_txParameters: register(t10); ...@@ -19,7 +19,7 @@ Texture2D g_txParameters: register(t10);
// half4 g_vParam; // half4 g_vParam;
// half4 g_vNearFarLayers; // half4 g_vNearFarLayers;
#include <../const.h> #include "../const.h"
//########################################################################## //##########################################################################
......
...@@ -33,7 +33,7 @@ protected: ...@@ -33,7 +33,7 @@ protected:
void releasePhysics() override; void releasePhysics() override;
void onSetUseTrimesh(int iVal); void onSetUseTrimesh(int iVal);
bool m_iTrimeshPhysics = 0; int m_iTrimeshPhysics = 0;
}; };
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment