Minor change
This commit is contained in:
@@ -1159,6 +1159,7 @@ namespace lime {
|
||||
|
||||
}
|
||||
|
||||
|
||||
value lime_window_set_title (value window, value title) {
|
||||
|
||||
Window* targetWindow = (Window*)(intptr_t)val_float (window);
|
||||
|
||||
@@ -247,9 +247,10 @@ namespace lime {
|
||||
|
||||
}
|
||||
|
||||
|
||||
const char* SDLWindow::SetTitle (const char* title) {
|
||||
|
||||
SDL_SetWindowTitle(sdlWindow, title);
|
||||
SDL_SetWindowTitle (sdlWindow, title);
|
||||
|
||||
return title;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user