Skip to content
Snippets Groups Projects
Verified Commit 8ca68700 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: small optimization

parent caadce14
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2670 failed
......@@ -1260,7 +1260,7 @@ impl Ppu {
// obtains the meta data of the object that is currently
// under iteration to be checked for drawing
let obj = self.obj_data[index];
let obj = &self.obj_data[index];
let obj_height = if self.obj_size {
TILE_DOUBLE_HEIGHT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment