mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
kill crash when you logout to pick a toon then choose a diff toon
This commit is contained in:
parent
32f89c6067
commit
d8c08f5170
@ -21,11 +21,12 @@ TypeHandle AwWebCore::_type_handle;
|
||||
AwWebCore::
|
||||
AwWebCore(AwWebCore::LogLevel level, bool enablePlugins , AwWebCore::PixelFormat pixelFormat) :
|
||||
WebCore(static_cast<Awesomium::LogLevel>(level), enablePlugins, static_cast<Awesomium::PixelFormat>(pixelFormat)) {
|
||||
awesomium_cat.info() << "constructing webcore";
|
||||
awesomium_cat.info() << "constructing webcore\n";
|
||||
}
|
||||
|
||||
AwWebCore::
|
||||
~AwWebCore() {
|
||||
awesomium_cat.info() << "destructor webcore\n";
|
||||
}
|
||||
|
||||
Awesomium::WebCore& AwWebCore::
|
||||
|
Loading…
x
Reference in New Issue
Block a user