diff options
Diffstat (limited to '')
-rw-r--r-- | src/ChunkDef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkDef.h b/src/ChunkDef.h index ae4e9393b..b3cf9049f 100644 --- a/src/ChunkDef.h +++ b/src/ChunkDef.h @@ -120,7 +120,7 @@ public: { return ((a_Height >= 0) && (a_Height < Height)); } - + /** Validates a width-coordinate. Returns false if width-coordiante is out of width bounds */ inline static bool IsValidWidth(int a_Width) { |