[F] Typo.
parent
778ad7f06f
commit
0dcf4dcd16
|
@ -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;}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue