mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-23 22:58:18 +11:00
fix doc comment to link correctly
This commit is contained in:
parent
319cb7da6f
commit
4a5f77ddd6
1 changed files with 2 additions and 2 deletions
|
@ -238,8 +238,8 @@ impl MovableWindow {
|
|||
}
|
||||
|
||||
/// Sets the area of what is inside the window using [u8] representation,
|
||||
/// which is closest to what the GBA uses. Most of the time [set_position]
|
||||
/// should be used.
|
||||
/// which is closest to what the GBA uses. Most of the time
|
||||
/// [MovableWindow::set_position] should be used.
|
||||
#[inline(always)]
|
||||
pub fn set_position_u8(&mut self, rect: Rect<u8>) -> &mut Self {
|
||||
self.rect = rect;
|
||||
|
|
Loading…
Add table
Reference in a new issue