Style: Add WARNING: as new comment admonition

This commit is contained in:
Thaddeus Crews 2024-09-12 12:03:59 -05:00
parent 0a9d8f04c1
commit 32c83a228d
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
13 changed files with 46 additions and 34 deletions

View file

@ -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