Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine
Manage
Activity
Members
Labels
Plan
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
engine
Commits
6f3518a6
Commit
6f3518a6
authored
4 years ago
by
D-AIRY
Browse files
Options
Downloads
Patches
Plain Diff
Fixed TerraX crash on exit
parent
7bdb4d97
No related branches found
Branches containing commit
Tags
version_X.9.3-dev
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/SkyXEngine.h
+1
-1
1 addition, 1 deletion
source/SkyXEngine.h
source/terrax/CommandPaste.cpp
+2
-1
2 additions, 1 deletion
source/terrax/CommandPaste.cpp
with
3 additions
and
2 deletions
source/SkyXEngine.h
+
1
−
1
View file @
6f3518a6
...
...
@@ -292,7 +292,7 @@ QT стиль документирования (!) и QT_AUTOBRIEF - корот
#ifndef __SKYXENGINE_H
#define __SKYXENGINE_H
#define SKYXENGINE_VERSION "X.9.
2
-dev"
#define SKYXENGINE_VERSION "X.9.
3
-dev"
#define SKYXENGINE_VERSION4EDITORS "SkyXEngine version " ## SKYXENGINE_VERSION
...
...
This diff is collapsed.
Click to expand it.
source/terrax/CommandPaste.cpp
+
2
−
1
View file @
6f3518a6
...
...
@@ -37,7 +37,7 @@ bool CCommandPaste::exec()
pObj
->
pObject
->
setKV
(
i
.
first
->
c_str
(),
i
.
second
->
c_str
());
}
pObj
->
pObject
->
postSetup
();
pObj
->
pObject
->
AddRef
();
g_pLevelObjects
.
push_back
(
pObj
->
pObject
);
}
XUpdatePropWindow
();
...
...
@@ -51,6 +51,7 @@ bool CCommandPaste::undo()
pObj
=
&
m_aObjects
[
i
];
pObj
->
pObject
->
remove
();
pObj
->
pObject
->
Release
();
g_pLevelObjects
.
erase
(
g_pLevelObjects
.
size
()
-
1
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment