This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
re3-wiiu
Watch
2
Star
0
Fork
0
You've already forked re3-wiiu
mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced
2024-12-03 14:34:14 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
703750a1ff
re3-wiiu
/
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 15:31:11 +02: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 19:08:42 +01:00
void
CInstance
:
:
Shutdown
(
)
{
GetMatrix
(
)
.
Detach
(
)
;
}
Reference in New Issue
Copy Permalink