TerrainTraversal::dataType must be signed, because we are assigning value -1
This commit is contained in:
parent
82dadec77a
commit
8550a3ae72
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ enum VisitResult {
|
|||
class TerrainTraversal
|
||||
{
|
||||
public:
|
||||
typedef short unsigned int dataType;
|
||||
typedef short int dataType;
|
||||
public:
|
||||
void SetSize(unsigned int width, unsigned int height);
|
||||
void Init();
|
||||
|
|
Loading…
Add table
Reference in a new issue