mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Always use protection
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
#include "wrap_WheelJoint.h"
|
#include "wrap_WheelJoint.h"
|
||||||
#include "wrap_RopeJoint.h"
|
#include "wrap_RopeJoint.h"
|
||||||
|
|
||||||
#define ASSERT_GUARD(A) try { A } catch (love::Exception & e) { return luaL_error(L, e.what()); }
|
#define ASSERT_GUARD(A) try { A } catch (love::Exception & e) { return luaL_error(L, "%s", e.what()); }
|
||||||
|
|
||||||
namespace love
|
namespace love
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user