Skip to content

Commit b97a154

Browse files
committed
Remove camera fov oop variable
1 parent 066d8d0 commit b97a154

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MTA10/mods/shared_logic/lua/CLuaMain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,6 @@ void CLuaMain::AddCameraClass ( lua_State* luaVM )
14771477
lua_classvariable ( luaVM, "position", CLuaOOPDefs::SetCameraPosition, CLuaOOPDefs::GetCameraPosition );
14781478
lua_classvariable ( luaVM, "rotation", CLuaOOPDefs::SetCameraRotation, CLuaOOPDefs::GetCameraRotation );
14791479
lua_classvariable ( luaVM, "matrix", NULL, CLuaOOPDefs::GetCameraMatrix );
1480-
lua_classvariable ( luaVM, "fov", "setCameraFieldOfView", "getCameraFieldOfView" );
14811480

14821481
lua_registerstaticclass ( luaVM, "Camera" );
14831482
}

0 commit comments

Comments
 (0)