Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
OpenGL
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
C-Fu
OpenGL
Commits
927ce1cd
Commit
927ce1cd
authored
Nov 16, 2016
by
Anakin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed warnings
parent
f4d8018f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MshViewer/Source/Object.cpp
MshViewer/Source/Object.cpp
+1
-1
MshViewer/Source/Texture.cpp
MshViewer/Source/Texture.cpp
+1
-1
No files found.
MshViewer/Source/Object.cpp
View file @
927ce1cd
...
...
@@ -487,7 +487,7 @@ void Object::analyseSegmChunks(Modl * dataDestination, std::list<ChunkHeader*>&
if
(
highBitCount
==
2
)
{
// reset highBitCount
highBitCount
=
=
0
;
highBitCount
=
0
;
// remove the last two values..
std
::
uint32_t
saveData
[
2
];
...
...
MshViewer/Source/Texture.cpp
View file @
927ce1cd
...
...
@@ -56,7 +56,7 @@ TextureTGA::TextureTGA(const char * filePath)
{
std
::
uint8_t
tempChunkHeader
;
std
::
uint8_t
tempData
[
5
];
int
tempByteIndex
=
0
;
unsigned
int
tempByteIndex
=
0
;
std
::
size_t
tempPixelIndex
=
0
;
do
{
...
...
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