mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
remove paste-buffer error
This commit is contained in:
parent
ff1308580d
commit
9d374b35a2
@ -2349,10 +2349,6 @@ make_splash_window() {
|
|||||||
_splash_window->set_image_filename(_image_files[_current_background_image]._filename, P3DSplashWindow::IP_background);
|
_splash_window->set_image_filename(_image_files[_current_background_image]._filename, P3DSplashWindow::IP_background);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the splash window.
|
|
||||||
if (_splash_window != NULL) {
|
|
||||||
}
|
|
||||||
|
|
||||||
if (_current_button_image != IT_none) {
|
if (_current_button_image != IT_none) {
|
||||||
_splash_window->set_image_filename(_image_files[_current_button_image]._filename, P3DSplashWindow::IP_button_ready);
|
_splash_window->set_image_filename(_image_files[_current_button_image]._filename, P3DSplashWindow::IP_button_ready);
|
||||||
_splash_window->set_image_filename(_image_files[_current_button_image + 1]._filename, P3DSplashWindow::IP_button_rollover);
|
_splash_window->set_image_filename(_image_files[_current_button_image + 1]._filename, P3DSplashWindow::IP_button_rollover);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user