2
0
Alexandr Arutjunov 9 жил өмнө
parent
commit
0dcf4dcd16

+ 1 - 1
contrib/Open3DGC/o3dgcSC3DMCDecoder.h

@@ -59,7 +59,7 @@ namespace o3dgc
         O3DGCErrorCode              DecodeHeader(IndexedFaceSet<T> & ifs,
                                                  const BinaryStream & bstream);
         //!                         
-        O3DGCErrorCode              DecodePlayload(IndexedFaceSet<T> & ifs,
+		O3DGCErrorCode              DecodePayload(IndexedFaceSet<T> & ifs,
                                                   const BinaryStream & bstream);
         const SC3DMCStats &         GetStats()    const { return m_stats;}
         unsigned long               GetIterator() const { return m_iterator;}

+ 2 - 2
contrib/Open3DGC/o3dgcSC3DMCDecoder.inl

@@ -1,4 +1,4 @@
-/*
+/*
 Copyright (c) 2013 Khaled Mammou - Advanced Micro Devices, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -136,7 +136,7 @@ namespace o3dgc
         return O3DGC_OK;
     }
     template<class T>
-    O3DGCErrorCode SC3DMCDecoder<T>::DecodePlayload(IndexedFaceSet<T> & ifs,
+	O3DGCErrorCode SC3DMCDecoder<T>::DecodePayload(IndexedFaceSet<T> & ifs,
                                                     const BinaryStream & bstream)
     {
         O3DGCErrorCode ret = O3DGC_OK;