overdrivenpotato / rust-psp

Rust on PSP. Panic and allocation support. Access PSP system libraries.
Other
589 stars 31 forks source link

removed duplicate code from embedded-graphics example #100

Closed rogerahuntley closed 3 years ago

rogerahuntley commented 3 years ago

Embedded-graphics example shows off drawing an image, some shapes, and a string to the screen. Reading through the code, it appeared to be drawing the triangle twice - once earlier on in the program, and once at the same time as drawing the circle and the square. After removing the first triangle, a test build appeared to work exactly the same, so I assume it was a mistake.