Add TODO
This commit is contained in:
parent
b4d02a995d
commit
2c607fde57
|
@ -87,7 +87,7 @@ namespace JabyEngine {
|
|||
}
|
||||
|
||||
void Display :: set_offset(int16_t x, int16_t y) {
|
||||
// Todo: Apply these in a better way or never?
|
||||
// TODO: Apply these in a better way or never?
|
||||
static constexpr auto PS3_CorrectionX = 0; // 2
|
||||
static constexpr auto PS3_CorrectionY = 0; // 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue