Fixed multiline commment in commented out code
This commit is contained in:
parent
2a0942f04f
commit
1a87c13d84
@ -292,7 +292,7 @@ static void
|
||||
nk_sfml_clipboard_paste(nk_handle usr, struct nk_text_edit* edit)
|
||||
{
|
||||
#if 0
|
||||
/* Not Implemented in SFML
|
||||
/* Not Implemented in SFML */
|
||||
(void)usr;
|
||||
sf::Clipboard clipboard(sfml.window);
|
||||
const char* text = clipboard.getText();
|
||||
|
Loading…
x
Reference in New Issue
Block a user