Skip to content

Commit 6d3527e

Browse files
authored
Merge pull request #202 from brilliantlabsAR/raj/display-fix
Raj/display fix
2 parents 626da88 + 6c47d1d commit 6d3527e

File tree

5 files changed

+29390
-29437
lines changed

5 files changed

+29390
-29437
lines changed

source/application/lua_libraries/display.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ static void draw_sprite(lua_State *L,
185185
// Remove Lua 1 based offset before sending
186186
x_position--;
187187
y_position--;
188-
width--; // TODO this shouldn't be needed, but there's a bug somewhere
189188

190189
uint8_t meta_data[8] = {(uint32_t)x_position >> 8,
191190
(uint32_t)x_position,

0 commit comments

Comments
 (0)