mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:47:59 +00:00
HMDL outputting fixes
This commit is contained in:
@@ -16,7 +16,7 @@ HMDLData::HMDLData(boo::IGraphicsDataFactory* factory,
|
||||
Athena::io::MemoryReader r((atUint8*)metaData, HECL_HMDL_META_SZ);
|
||||
meta.read(r);
|
||||
}
|
||||
if (meta.magic != FOURCC('TACO'))
|
||||
if (meta.magic != 'TACO')
|
||||
Log.report(LogVisor::FatalError, "invalid HMDL magic");
|
||||
|
||||
m_vbo = factory->newStaticBuffer(boo::BufferUseVertex, vbo, meta.vertStride, meta.vertCount);
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#ifndef IRUNTIMECACHE_HPP
|
||||
#define IRUNTIMECACHE_HPP
|
||||
|
||||
#endif // IRUNTIMECACHE_HPP
|
||||
@@ -1,4 +0,0 @@
|
||||
#ifndef IRUNTIMEOBJECT_HPP
|
||||
#define IRUNTIMEOBJECT_HPP
|
||||
|
||||
#endif // IRUNTIMEOBJECT_HPP
|
||||
@@ -1,4 +0,0 @@
|
||||
#ifndef IRUNTIMESPEC_HPP
|
||||
#define IRUNTIMESPEC_HPP
|
||||
|
||||
#endif // IRUNTIMESPEC_HPP
|
||||
Reference in New Issue
Block a user