Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile
Commits
9d6c5c2c
Commit
9d6c5c2c
authored
Oct 04, 2021
by
noname
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reset code
parent
3f7bc660
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Classes/gframe/gframe.cpp
Classes/gframe/gframe.cpp
+3
-3
No files found.
Classes/gframe/gframe.cpp
View file @
9d6c5c2c
...
...
@@ -46,9 +46,9 @@ int main(int argc, char* argv[]) {
#endif
evthread_use_pthreads
();
auto
game
=
new
ygo
::
Game
;
if
(
ygo
::
mainGame
!=
nullptr
){
delete
ygo
::
mainGame
;
}
//
if(ygo::mainGame != nullptr){
//
delete ygo::mainGame;
//
}
ygo
::
mainGame
=
game
;
#ifdef _IRR_ANDROID_PLATFORM_
android
::
InitOptions
*
options
=
android
::
getInitOptions
(
app
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment