Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
selimanac committed Oct 8, 2024
1 parent 4f8d6b1 commit deeeadc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions daabbcc/src/extension.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// myextension.cpp
// Extension lib defines
#include "dmsdk/dlib/configfile_gen.hpp"
#include "dmsdk/dlib/log.h"
Expand All @@ -17,6 +16,7 @@
// Initialize
////////////////////////////////////////
/*
77 Dropped in favor of game.project file settings
static int Init(lua_State* L)
{
DM_LUA_STACK_CHECK(L, 0);
Expand All @@ -37,6 +37,7 @@ static int Init(lua_State* L)
return 0;
}
*/

////////////////////////////////////////
// Group Operations
////////////////////////////////////////
Expand Down Expand Up @@ -300,9 +301,6 @@ static int RayCast(lua_State* L)

if (queryResultSize > 0)
{
// dmArray<uint16_t>& queryResult = daabbcc::GetRayResults();
// RayResult(L, queryResultSize, queryResult);

dmArray<uint16_t>& queryResult = daabbcc::GetRayResults();
Result(L, queryResultSize, queryResult);

Expand Down

0 comments on commit deeeadc

Please sign in to comment.