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