Add semicolon
parent
ed8e5335ce
commit
f8fb841cd6
@ -4,7 +4,7 @@
|
||||
Draws formatted text. The format options are like `printf`.
|
||||
### Function Signature
|
||||
```c++
|
||||
IMGUI_API void Text(const char* fmt, ...)
|
||||
IMGUI_API void Text(const char* fmt, ...);
|
||||
```
|
||||
### Example
|
||||
```c++
|
||||
|
Loading…
Reference in New Issue
Block a user