mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-17 08:28:44 +00:00
Memories of DHTML snow effects, or, a typo
This commit is contained in:
parent
a9e418c729
commit
28dece5682
@ -208,7 +208,7 @@ impl<'a> Drop for Ui<'a> {
|
||||
impl<'ui> Ui<'ui> {
|
||||
/// Renders a demo window (previously called a test window), which demonstrates most
|
||||
/// Dear Imgui features.
|
||||
#[doc(alias = "SnowDemoWindow")]
|
||||
#[doc(alias = "ShowDemoWindow")]
|
||||
pub fn show_demo_window(&self, opened: &mut bool) {
|
||||
unsafe {
|
||||
sys::igShowDemoWindow(opened);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user