This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
re3
Watch
1
Star
0
Fork
You've already forked re3
0
Code
Issues
Pull requests
Releases
Activity
609caad7a4
re3
/
src
/
render
/
Instance.cpp
10 lines
98 B
C++
Raw
Normal View
History
Unescape
Escape
cleaned up patching of virtual functions; started CAutomobile
2019-07-08 08:46:42 +02:00
#
include
"common.h"
Remove patches
2020-04-17 16:31:11 +03:00
cleaned up patching of virtual functions; started CAutomobile
2019-07-08 08:46:42 +02:00
#
include
"Instance.h"
Fixing possible leaks in CModelInfo::ShutDown
2020-01-23 20:08:42 +02:00
void
CInstance
:
:
Shutdown
(
)
{
GetMatrix
(
)
.
Detach
(
)
;
}
Reference in a new issue
Copy permalink