This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
#include "cutpastecommand.hpp"
|
||||
|
||||
namespace nostalgia::gfx {
|
||||
|
||||
TileSheetClipboard::Pixel::Pixel(uint16_t pColorIdx, ox::Point pPt) noexcept {
|
||||
colorIdx = pColorIdx;
|
||||
pt = pPt;
|
||||
}
|
||||
TileSheetClipboard::Pixel::Pixel(
|
||||
uint16_t const pColorIdx,
|
||||
ox::Point const pPt) noexcept:
|
||||
colorIdx(pColorIdx),
|
||||
pt(pPt) {}
|
||||
|
||||
|
||||
void TileSheetClipboard::addPixel(ox::Point const &pt, uint16_t colorIdx) noexcept {
|
||||
|
||||
Reference in New Issue
Block a user