Skip to content

Commit faaf6f4

Browse files
committed
Fix copy-paste in cube example
1 parent 237b3ed commit faaf6f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

citro3d/examples/cube.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//! This example demonstrates the most basic usage of `citro3d`: rendering a simple
2-
//! RGB triangle (sometimes called a "Hello triangle") to the 3DS screen.
1+
//! This example demonstrates drawing a coloured cube using indexed rendering.
32
43
#![feature(allocator_api)]
54

0 commit comments

Comments
 (0)