Previous 199869 Revisions Next

r22954 Sunday 19th May, 2013 at 20:49:53 UTC by Ryan Holtz
remove double-alloc of texture_manager, nw
[src/osd/windows]drawd3d.c

trunk/src/osd/windows/drawd3d.c
r22953r22954
765765   if (m_window->fullscreen && device_create())
766766      return false;
767767
768   m_texture_manager = global_alloc(texture_manager(this));
769
770768   return true;
771769}
772770

Previous 199869 Revisions Next


© 1997-2024 The MAME Team