diff options
Diffstat (limited to 'src/camera-offset.cpp')
-rw-r--r-- | src/camera-offset.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/camera-offset.cpp b/src/camera-offset.cpp index 060e1559..84dc6141 100644 --- a/src/camera-offset.cpp +++ b/src/camera-offset.cpp @@ -4,8 +4,6 @@ namespace floormat { -static_assert(sizeof(short) == 2); - with_shifted_camera_offset::with_shifted_camera_offset(tile_shader& shader, chunk_coords c, chunk_coords first, chunk_coords last) : _shader{shader}, _camera{shader.camera_offset()} |