Style: Add WARNING: as new comment admonition
This commit is contained in:
parent
0a9d8f04c1
commit
32c83a228d
13 changed files with 46 additions and 34 deletions
|
|
@ -452,8 +452,8 @@ Error GLManagerNative_Windows::window_create(DisplayServer::WindowID p_window_id
|
|||
return FAILED;
|
||||
}
|
||||
|
||||
// WARNING: p_window_id is an eternally growing integer since popup windows keep coming and going
|
||||
// and each of them has a higher id than the previous, so it must be used in a map not a vector
|
||||
// WARNING: `p_window_id` is an eternally growing integer since popup windows keep coming and going
|
||||
// and each of them has a higher id than the previous, so it must be used in a map not a vector.
|
||||
_windows[p_window_id] = win;
|
||||
|
||||
// make current
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue