mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
warning fixes
please review Source/Plugins/Plugin_VideoOGL/Src/VertexManager.cpp git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1307 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -32,7 +32,7 @@ public:
|
||||
|
||||
TAccumulator()
|
||||
{
|
||||
_dbg_assert_(N < 2);
|
||||
_assert_(N < 2);
|
||||
}
|
||||
|
||||
void operator=(sint64 val)
|
||||
@ -126,4 +126,4 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user