Do not use definitions from mongoose
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include <mongoose.h>
|
||||
|
||||
namespace Components
|
||||
{
|
||||
|
@ -232,7 +232,7 @@ namespace Components
|
||||
{
|
||||
auto* imageList = static_cast<Game::ImageList*>(data);
|
||||
|
||||
assert(imageList->count < ARRAY_SIZE(imageList->image));
|
||||
assert(imageList->count < ARRAYSIZE(imageList->image));
|
||||
|
||||
if (header.image->texture.basemap)
|
||||
{
|
||||
|
Reference in New Issue
Block a user