This website requires JavaScript.
Explore
Help
Sign In
Substitute
/
Re3
Watch
1
Star
0
Fork
0
You've already forked Re3
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
c66c45f4c8
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 02:46:42 -04:00
#
include
"common.h"
Remove patches
2020-04-17 09:31:11 -04:00
cleaned up patching of virtual functions; started CAutomobile
2019-07-08 02:46:42 -04:00
#
include
"Instance.h"
Fixing possible leaks in CModelInfo::ShutDown
2020-01-23 13:08:42 -05:00
void
CInstance
:
:
Shutdown
(
)
{
GetMatrix
(
)
.
Detach
(
)
;
}
Reference in New Issue
Copy Permalink